diff options
Diffstat (limited to 'sed/1.5.6')
-rw-r--r-- | sed/1.5.6 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sed/1.5.6 b/sed/1.5.6 new file mode 100644 index 0000000..5efd531 --- /dev/null +++ b/sed/1.5.6 @@ -0,0 +1,16 @@ +--- ltmain.sh 2005-04-16 16:50:02.000000000 +0200 ++++ ltmain.sh 2005-04-16 16:46:46.000000000 +0200 +@@ -39,6 +39,13 @@ + if [ "x$SED" = x ] ; then + SED=sed + fi ++# Same for EGREP, and just to be sure, do LTCC as well ++if test "x$EGREP" = x ; then ++ EGREP=egrep ++fi ++if test "x$LTCC" = x ; then ++ LTCC=${CC-gcc} ++fi + + # The name of this program: + progname=`echo "$progpath" | $SED $basename` |