]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/atspecific.m4 (m4_for, m4_foreach): New macros.
authorAkim Demaille <akim@epita.fr>
Mon, 7 Feb 2000 17:02:37 +0000 (17:02 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 7 Feb 2000 17:02:37 +0000 (17:02 +0000)
ChangeLog
lib/autotest/general.m4
tests/atgeneral.m4

index 8c5ebb696e0718faaf3f7f42b4d56a5b9d3b09b2..b70e93686df1ce922be1e4297f4e02f3a3e680fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-02-07  Akim Demaille  <akim@epita.fr>
+
+       * tests/atspecific.m4 (m4_for, m4_foreach): New macros.
+
 2000-02-07  Akim Demaille  <akim@epita.fr>
 
        * acgeneral.m4 (AC_CHECK_TYPE_INTERNAL): Instead of defining an
index 115ff453c6a56938274cc804623b8ba7360d1254..e828a297350b9e5cb0a1167dfca56a7022c0fd08 100644 (file)
@@ -317,6 +317,8 @@ popdef([AT_group_description])])
 
 # Initialize an input data FILE with given CONTENTS, which should end with
 # an end of line.
+# This macro is not robust to active symbols in CONTENTS *on purpose*.
+# If you don't want CONTENT to be evaluated, quote it twice.
 
 AT_DEFINE(AT_DATA,
 [AT_DEFINE([AT_data_files], AT_data_files[ ]$1)
index 115ff453c6a56938274cc804623b8ba7360d1254..e828a297350b9e5cb0a1167dfca56a7022c0fd08 100644 (file)
@@ -317,6 +317,8 @@ popdef([AT_group_description])])
 
 # Initialize an input data FILE with given CONTENTS, which should end with
 # an end of line.
+# This macro is not robust to active symbols in CONTENTS *on purpose*.
+# If you don't want CONTENT to be evaluated, quote it twice.
 
 AT_DEFINE(AT_DATA,
 [AT_DEFINE([AT_data_files], AT_data_files[ ]$1)