Changeset 209 for trunk/autoconf
- Timestamp:
- Apr 8, 2011 6:47:47 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoconf/ltmain.sh
r112 r209 76 76 VERSION=2.2.6b 77 77 TIMESTAMP="" 78 package_revision=1.301 778 package_revision=1.3018 79 79 80 80 # Be Bourne compatible … … 117 117 : ${CP="cp -f"} 118 118 : ${ECHO="echo"} 119 : ${EGREP="/ bin/grep -E"}120 : ${FGREP="/ bin/grep -F"}121 : ${GREP="/ bin/grep"}119 : ${EGREP="/usr/bin/grep -E"} 120 : ${FGREP="/usr/bin/grep -F"} 121 : ${GREP="/usr/bin/grep"} 122 122 : ${LN_S="ln -s"} 123 123 : ${MAKE="make"} … … 125 125 : ${MV="mv -f"} 126 126 : ${RM="rm -f"} 127 : ${SED="/ bin/sed"}127 : ${SED="/usr/bin/sed"} 128 128 : ${SHELL="${CONFIG_SHELL-/bin/sh}"} 129 129 : ${Xsed="$SED -e 1s/^X//"}
Note: See TracChangeset
for help on using the changeset viewer.