Changeset 5674
- Timestamp:
- 11/03/09 11:15:01 (3 weeks ago)
- Files:
-
- 1 modified
-
mpich2/trunk/confdb/ltmain.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mpich2/trunk/confdb/ltmain.sh
r5583 r5674 117 117 : ${CP="cp -f"} 118 118 : ${ECHO="echo"} 119 : ${EGREP="/ usr/bin/grep -E"}120 : ${FGREP="/ usr/bin/grep -F"}121 : ${GREP="/ usr/bin/grep"}119 : ${EGREP="/bin/grep -E"} 120 : ${FGREP="/bin/grep -F"} 121 : ${GREP="/bin/grep"} 122 122 : ${LN_S="ln -s"} 123 123 : ${MAKE="make"} … … 125 125 : ${MV="mv -f"} 126 126 : ${RM="rm -f"} 127 : ${SED="/ opt/local/bin/gsed"}127 : ${SED="/bin/sed"} 128 128 : ${SHELL="${CONFIG_SHELL-/bin/sh}"} 129 129 : ${Xsed="$SED -e 1s/^X//"}
