aboutsummaryrefslogtreecommitdiff
blob: 9c51ac2de0ff97664711c3e6419abe1a3796c5ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- ltmain.sh	2003-02-13 14:54:24.000000000 +0100
+++ ltmain.sh	2003-02-13 15:24:49.000000000 +0100
@@ -48,6 +48,11 @@ EOF
   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"