]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 30 Sep 2001 17:17:34 +0000 (17:17 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 30 Sep 2001 17:17:34 +0000 (17:17 +0000)
Don't use nested parenthesization.  This patch was originally
suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
but somehow it didn't get incorporated then.
* doc/autoconf.texi (Limitations of Usual Tools):
Clarify remark about sed and nested parenthesization.

ChangeLog

index c1ecd321005761846418525a120fa6d196bb6cac..146ecbab17a6bd3712e20f2c13e76df0c3c50643 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2001-09-30  Paul Eggert  <eggert@twinsun.com>
 
+       * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS):
+       Don't use nested parenthesization.  This patch was originally
+       suggested to bug-autoconf by Philippe De Muyter on 2000-05-28,
+       but somehow it didn't get incorporated then.
+       * doc/autoconf.texi (Limitations of Usual Tools):
+       Clarify remark about sed and nested parenthesization.
+
        * lib/autoconf/types.m4 (AC_CHECK_SIZEOF):
        Report an error if the size cannot be determined even though
        the type exists.