* 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.
This commit is contained in:
Paul Eggert 2001-09-30 17:17:34 +00:00
parent ca6995fd29
commit 3a5df3a98b

View File

@ -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.