]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autotest/general.m4 (AT_INIT): Don't create a regular
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Jun 2005 23:30:39 +0000 (23:30 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Jun 2005 23:30:39 +0000 (23:30 +0000)
expression of unbounded size when processing the --list option.

ChangeLog

index d06ad62dc4babd1bfb656c626cc107c30b1f8ed5..fa7ad4ffd07594d7633bbe74066b87de5f8968bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/autotest/general.m4 (AT_INIT): Don't create a regular
+       expression of unbounded size when processing the --list
+       option.  This runs afoul of a limit of 399 bytes per regular
+       expression on AIX.  Problem reported by Ralf Wildenhues.
+
 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
 
        * NEWS: Note yesterday's changes to AC_SUBST and AC_SUBST_FILE.