]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Autoupdate should not depend upon foreign macros.
authorAkim Demaille <akim@epita.fr>
Wed, 1 Nov 2000 16:49:47 +0000 (16:49 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 1 Nov 2000 16:49:47 +0000 (16:49 +0000)
* autoupdate.sh (ac.m4): Use `_au_define', not `define'.
(input.m4): Use `_au_BUILTIN' not `BUILTIN'.

ChangeLog

index 5a9ff7b990abe83498877e05c14a2682740780e4..4bde3162daadf1d3695225237f4386b86eee9abe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-11-01  Akim Demaille  <akim@epita.fr>
+
+       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  <akim@epita.fr>
 
        * m4sugar.m4 (m4_fatal): Dump the expansion stack.