From: Akim Demaille Date: Wed, 1 Nov 2000 16:49:47 +0000 (+0000) Subject: Autoupdate should not depend upon foreign macros. X-Git-Tag: autoconf-2.50~493 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbccbf1adb634d5cd943ffbc4657c0bf7ab97f7c;p=thirdparty%2Fautoconf.git Autoupdate should not depend upon foreign macros. * autoupdate.sh (ac.m4): Use `_au_define', not `define'. (input.m4): Use `_au_BUILTIN' not `BUILTIN'. --- diff --git a/ChangeLog b/ChangeLog index 5a9ff7b99..4bde3162d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-11-01 Akim Demaille + + Autoupdate should not depend upon foreign macros. + + * autoupdate.sh (ac.m4): Use `_au_define', not `define'. + (input.m4): Use `_au_BUILTIN' not `BUILTIN'. + 2000-11-01 Akim Demaille * m4sugar.m4 (m4_fatal): Dump the expansion stack.