]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: Fix typo `--mode' instead of `-mode' in warning.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 18 Dec 2004 22:54:11 +0000 (22:54 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 18 Dec 2004 22:54:11 +0000 (22:54 +0000)
Reported by Georg Schwarz <georg.schwarz@freenet.de>.

ChangeLog
ltmain.in

index 891e9c6875045210899fb49f8b7ac2dd64bb89bb..05566a5377f3ff2db5f61b0566231395c7dea903 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-12-18  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
+       * ltmain.in: Fix typo `--mode' instead of `-mode' in warning.
+       Reported by Georg Schwarz <georg.schwarz@freenet.de>.
+
        * 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).
index c0df607300d8fe831d8d35bbd161e565f8193fee..8045f8d04a8bbcf7a346a0dda0e834fcdeef8911 100644 (file)
--- 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