]> git.ipfire.org Git - thirdparty/autoconf.git/commit
(AT_INIT): Don't create a regular
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Jun 2005 23:30:13 +0000 (23:30 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Jun 2005 23:30:13 +0000 (23:30 +0000)
commit756608a3c30b5be6e87143448c642b21676f43fd
treef07bc04f5b16138691ec667b46ff61b1c487358d
parent228ae3b1f68848f79eebb25b6a93f904f6de7e05
(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.
lib/autotest/general.m4