]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* bin/autom4te.in: --language is -l, not -s.
authorAkim Demaille <akim@epita.fr>
Wed, 5 Sep 2001 07:48:11 +0000 (07:48 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 5 Sep 2001 07:48:11 +0000 (07:48 +0000)
ChangeLog
bin/autom4te.in
man/autom4te.1

index 8194b12d42525beeb9dea89e5b2c30bfdc831dfb..6b909cbfbd80256567ada984f892946c13fbce2c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-05  Akim Demaille  <akim@epita.fr>
+
+       * bin/autom4te.in: --language is -l, not -s.
+
 2001-09-05  Akim Demaille  <akim@epita.fr>
 
        Be ready to handle filenames as stupid as `dnl.at', for if even
index f10457ba7a2ae707ae82fed0cf67fe369ef309d1..2e66f8b9795bf3ad5224901c67e5e6467a7e4dd9 100644 (file)
@@ -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)
index b291fd45266c27ab1134b17ff77bf0064eab7d33..22849e3d08c15b87b78851641d953975caf555c2 100644 (file)
@@ -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