blob: 175a492554db46744ed7ac93ce0326ef42f76ab0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- 1/ltmain.in 2005-04-16 16:50:02.000000000 +0200
+++ 2/ltmain.in 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`
|