From: Ralf Wildenhues Date: Sat, 18 Dec 2004 22:54:11 +0000 (+0000) Subject: * ltmain.in: Fix typo `--mode' instead of `-mode' in warning. X-Git-Tag: release-1-5-12~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=097120e0e0618c9afcb4732213ffd12ced697252;p=thirdparty%2Flibtool.git * ltmain.in: Fix typo `--mode' instead of `-mode' in warning. Reported by Georg Schwarz . --- diff --git a/ChangeLog b/ChangeLog index 891e9c687..05566a537 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-12-18 Ralf Wildenhues + * ltmain.in: Fix typo `--mode' instead of `-mode' in warning. + Reported by Georg Schwarz . + * libtool.m4 [linux] (AC_LIBTOOL_PROG_COMPILER_PIC): match $cc_basename, not $CC against icc. Also, for symmetry match icpc* and ecpc* (ia64 version of icpc). diff --git a/ltmain.in b/ltmain.in index c0df60730..8045f8d04 100644 --- a/ltmain.in +++ b/ltmain.in @@ -528,7 +528,7 @@ if test -z "$show_help"; then # Infer the operation mode. if test -z "$mode"; then $echo "*** Warning: inferring the mode of operation is deprecated." 1>&2 - $echo "*** Future versions of Libtool will require -mode=MODE be specified." 1>&2 + $echo "*** Future versions of Libtool will require --mode=MODE be specified." 1>&2 case $nonopt in *cc | cc* | *++ | gcc* | *-gcc* | g++* | xlc*) mode=link