From: Paul Eggert Date: Sun, 30 Sep 2001 17:17:34 +0000 (+0000) Subject: * lib/autoconf/status.m4 (AC_OUTPUT_MAKE_DEFS): X-Git-Tag: AUTOCONF-2.52f~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a5df3a98bd44da10ed37f4f41bbe0f1471a6a96;p=thirdparty%2Fautoconf.git * 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. --- diff --git a/ChangeLog b/ChangeLog index c1ecd3210..146ecbab1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2001-09-30 Paul Eggert + * 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.