Changeset 5674

Show
Ignore:
Timestamp:
11/03/09 11:15:01 (3 weeks ago)
Author:
buntinas
Message:

update to ltmain.sh

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mpich2/trunk/confdb/ltmain.sh

    r5583 r5674  
    117117: ${CP="cp -f"} 
    118118: ${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"} 
    122122: ${LN_S="ln -s"} 
    123123: ${MAKE="make"} 
     
    125125: ${MV="mv -f"} 
    126126: ${RM="rm -f"} 
    127 : ${SED="/opt/local/bin/gsed"} 
     127: ${SED="/bin/sed"} 
    128128: ${SHELL="${CONFIG_SHELL-/bin/sh}"} 
    129129: ${Xsed="$SED -e 1s/^X//"}