From: Akim Demaille Date: Wed, 5 Sep 2001 07:48:11 +0000 (+0000) Subject: * bin/autom4te.in: --language is -l, not -s. X-Git-Tag: AUTOCONF-2.52f~166 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=15d0a489366a50b3086583ee14d2304a7d8a0f8f;p=thirdparty%2Fautoconf.git * bin/autom4te.in: --language is -l, not -s. --- diff --git a/ChangeLog b/ChangeLog index 8194b12d4..6b909cbfb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-09-05 Akim Demaille + + * bin/autom4te.in: --language is -l, not -s. + 2001-09-05 Akim Demaille Be ready to handle filenames as stupid as `dnl.at', for if even diff --git a/bin/autom4te.in b/bin/autom4te.in index f10457ba7..2e66f8b97 100644 --- a/bin/autom4te.in +++ b/bin/autom4te.in @@ -370,7 +370,7 @@ Operation modes: --normalize smash successive empty lines -f, --force don\'t rely on cached values -W, --warnings=CATEGORY report the warnings falling in CATEGORY - -s, --language=LANG specify the set of M4 macros to use + -l, --language=LANG specify the set of M4 macros to use -m, --mode=OCTAL change the non trace output file mode (0666) -M, --melt don\'t use M4 frozen files @@ -467,7 +467,7 @@ sub parse_args () # We want to look for the early options, which should not be found # in the configuration file. Prepend to the user arguments. Getopt::Long::Configure ("pass_through"); - getopt ("s|language=s" => \$language); + getopt ("l|language=s" => \$language); Getopt::Long::Configure ("defaults"); if ($language) diff --git a/man/autom4te.1 b/man/autom4te.1 index b291fd452..22849e3d0 100644 --- a/man/autom4te.1 +++ b/man/autom4te.1 @@ -38,7 +38,7 @@ don't rely on cached values \fB\-W\fR, \fB\-\-warnings\fR=\fICATEGORY\fR report the warnings falling in CATEGORY .TP -\fB\-s\fR, \fB\-\-language\fR=\fILANG\fR +\fB\-l\fR, \fB\-\-language\fR=\fILANG\fR specify the set of M4 macros to use .TP \fB\-m\fR, \fB\-\-mode\fR=\fIOCTAL\fR