diff options
Diffstat (limited to 'patches/sed/1.3.4')
-rw-r--r-- | patches/sed/1.3.4 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/patches/sed/1.3.4 b/patches/sed/1.3.4 new file mode 100644 index 0000000..c88ff72 --- /dev/null +++ b/patches/sed/1.3.4 @@ -0,0 +1,14 @@ +--- ltmain.sh 2005-05-13 11:48:24.000000000 +0200 ++++ ltmain.sh 2005-05-13 11:48:42.000000000 +0200 +@@ -47,6 +47,11 @@ + exit 0 + fi + ++# define variables for historic ltconfig's generated by Libtool 1.3 ++test -z "$SED" && SED=sed ++test -z "$EGREP" && EGREP=egrep ++test -z "$LTCC" && LTCC=${CC-gcc} ++ + # The name of this program. + progname=`$echo "$0" | sed 's%^.*/%%'` + modename="$progname" |