Reported by Georg Schwarz <georg.schwarz@freenet.de>.
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).
# 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