to CC when it isn't explicitly set.
+2002-03-14 Robert Boehne <rboehne@gnu.org>
+
+ ltmain.in: Touch-up to make testsuite pass, and default tagname
+ to CC when it isn't explicitly set.
+
2002-03-14 Anthony Green <green@redhat.com>
* libtool.m4 (AC_LIBTOOL_PROG_CC_C_O): Albert Chin's gcj fix.
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
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
;;