+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
--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
# 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)
\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