]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
m4_defun([AS_IF], [...])
authorStepan Kasal <kasal@ucw.cz>
Tue, 15 Feb 2005 06:40:21 +0000 (06:40 +0000)
committerStepan Kasal <kasal@ucw.cz>
Tue, 15 Feb 2005 06:40:21 +0000 (06:40 +0000)
ChangeLog
doc/autoconf.texi
lib/m4sugar/m4sh.m4

index 662d920108f5b28fe08f1f3f1feba599af1a9b36..2d6bd8f77db889377c8a39617bb1e156869d2a4b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-12  Stepan Kasal  <kasal@ucw.cz>
+
+       * lib/m4sugar/m4sh.m4 (AS_IF): Define by m4_defun, not m4_define.
+       This causes that any required macros inside will get before the if.
+       * doc/autoconf.texi (autom4te.cache): A typo.
+
 2005-02-12  Paul Eggert  <eggert@cs.ucla.edu>
 
        Undo previous change, except keep the change to
index 54c625d5cef2da3af8843f3f9eb98a59f50fb65c..05c191638216c29c15ae4d5166dc5bfb2976024c 100644 (file)
@@ -16214,7 +16214,7 @@ a specific demand, stores additional information in
 @command{autoconf}, behind the scenes, @command{autom4te} will also
 store information for the other tools, so that when you invoke
 @command{autoheader} or @command{automake} etc., re-processing
-@file{configure.ac} is not needed.  The speed up is frequently of 30,
+@file{configure.ac} is not needed.  The speed up is frequently of 30%,
 and is increasing with the size of @file{configure.ac}.
 
 But it is and remains being simply a cache: you can safely remove it.
index 71daab370d33a9607ab2fcee9e6b0af8022e54bf..15b3405515ea30c34994cc8bc1799e7fd9ade0f3 100644 (file)
@@ -448,7 +448,7 @@ m4_define([AS_EXIT],
 # with simplifications is IF-TRUE and/or IF-FALSE is empty.
 #
 # FIXME: Be n-ary, just as m4_if.
-m4_define([AS_IF],
+m4_defun([AS_IF],
 [m4_ifval([$2$3],
 [if $1; then
   m4_ifval([$2], [$2], :)