[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FYI: libtool-1.5.10: -mode instead of --mode
From: |
Ralf Wildenhues |
Subject: |
FYI: libtool-1.5.10: -mode instead of --mode |
Date: |
Sat, 18 Dec 2004 23:55:59 +0100 |
User-agent: |
Mutt/1.5.6+20040907i |
* Georg Schwarz wrote on Sat, Dec 18, 2004 at 11:23:36PM CET:
>
> libltdl/ltmain.sh, ltmain.in, and ltmain.sh have "Future versions of
> Libtool will require -mode=MODE be specified.".
> That should be --mode=, shouldn't it?
Thanks for your bug report. I checked in the following for branch-1-5.
Regards,
Ralf
* ltmain.in: Fix typo `--mode' instead of `-mode' in warning.
Reported by Georg Schwarz <address@hidden>.
Index: ltmain.in
===================================================================
RCS file: /cvsroot/libtool/libtool/Attic/ltmain.in,v
retrieving revision 1.334.2.43
diff -u -r1.334.2.43 ltmain.in
--- ltmain.in 11 Dec 2004 14:40:23 -0000 1.334.2.43
+++ ltmain.in 18 Dec 2004 22:52:52 -0000
@@ -528,7 +528,7 @@
# 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