source:
scripts/untested/autotools/patches/libtool-1.5.14-egrep.patch@
f118837
Last change on this file since f118837 was d1afb9e, checked in by , 19 years ago | |
---|---|
|
|
File size: 404 bytes |
-
ltmain.in
1 2 39 39 if [ "x$SED" = x ] ; then 40 40 SED=sed 41 41 fi 42 # Same for EGREP, and just to be sure, do LTCC as well 43 if test "X$EGREP" = X ; then 44 EGREP=egrep 45 fi 46 if test "X$LTCC" = X ; then 47 LTCC=${CC-gcc} 48 fi 42 49 43 50 # The name of this program: 44 51 progname=`echo "$progpath" | $SED $basename`
Note:
See TracBrowser
for help on using the repository browser.