From: Robert Boehne Date: Thu, 14 Mar 2002 21:43:50 +0000 (+0000) Subject: ltmain.in: Touch-up to make testsuite pass, and default tagname X-Git-Tag: release-1-5~129 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6df1ea79f26fcd9efa1425143e03f1c2c322abd9;p=thirdparty%2Flibtool.git ltmain.in: Touch-up to make testsuite pass, and default tagname to CC when it isn't explicitly set. --- diff --git a/ChangeLog b/ChangeLog index ed5f766e3..2192f0876 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-03-14 Robert Boehne + + ltmain.in: Touch-up to make testsuite pass, and default tagname + to CC when it isn't explicitly set. + 2002-03-14 Anthony Green * libtool.m4 (AC_LIBTOOL_PROG_CC_C_O): Albert Chin's gcj fix. diff --git a/ltmain.in b/ltmain.in index 7a1bdd6a0..a5134efe2 100644 --- a/ltmain.in +++ b/ltmain.in @@ -105,6 +105,9 @@ execute_dlfiles= lo2o="s/\\.lo\$/.${objext}/" o2lo="s/\\.${objext}\$/.lo/" +# set the tag name so that it defaults to CC +tagname="CC" + # Parse our command line options once, thoroughly. while test "$#" -gt 0 do @@ -324,7 +327,8 @@ if test -z "$show_help"; then do case "$arg_mode" in arg ) - lastarg="$arg" # do not "continue". Instead, add this to base_compile + # do not "continue". Instead, add this to base_compile + lastarg="$arg" arg_mode=normal ;;