--- ltmain.sh.orig Sat Oct 9 15:45:54 2004 +++ ltmain.sh Sat Oct 9 16:11:30 2004 @@ -54,6 +54,9 @@ # define EGREP for historic ltconfig's generated by Libtool 1.3 test -z "$EGREP" && EGREP=egrep +# define LTCC for historic ltconfig's generated by Libtool 1.3 +test -z "$LTCC" && LTCC=${CC-gcc} + # The name of this program. progname=`$echo "$0" | ${SED} 's%^.*/%%'` modename="$progname"