]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Work around problems found when POSIXLY_CORRECT=1 is set.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Oct 2002 23:06:02 +0000 (23:06 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Oct 2002 23:06:02 +0000 (23:06 +0000)
None of this seems to have anything to do with POSIX, really,
but it's how Perl getopt works.
* bin/autom4te.in (parse_args): Configure GetOpt with
"permute", too.
* doc/autoconf.texi (Invoking autom4te):
--warning -> --warnings.
* lib/autom4te.in: --warning -> --warnings.

ChangeLog

index a4dcb79da7e1ffdc1d19ceac142188eb08321b79..ddcc3ded1a3a9aa1b7b8bcdd9d6b951ea5ad0f5a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2002-10-08  Paul Eggert  <eggert@twinsun.com>
+
+       Work around problems found when POSIXLY_CORRECT=1 is set.
+       None of this seems to have anything to do with POSIX, really,
+       but it's how Perl getopt works.
+       * bin/autom4te.in (parse_args): Configure GetOpt with
+       "permute", too.
+       * doc/autoconf.texi (Invoking autom4te):
+       --warning -> --warnings.
+       * lib/autom4te.in: --warning -> --warnings.
+
 2002-09-28  Akim Demaille  <akim@epita.fr>
 
        * doc/autoconf.texi (autom4te.cache): New section.