]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: fix bug (comments-in-var-defn.test + autoconf 2.62)
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 3 Mar 2011 18:22:55 +0000 (19:22 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 4 Mar 2011 18:08:51 +0000 (19:08 +0100)
* tests/comments-in-var-defn.test: The configure.in stub created
by default, which has the AC_INIT first argument obtained by the
test name, causes autoconf 2.62 to fail with a spurious error
message like: "configure.in:1: error: defn: undefined macro:".
Thus, to prevent this, the test is renamed to ...
* tests/comments-in-var-def.test: ... this.
* tests/Makefile.am (TESTS): Updated.

ChangeLog
tests/Makefile.am
tests/Makefile.in
tests/comments-in-var-def.test [moved from tests/comments-in-var-defn.test with 100% similarity]

index be35937bca23bb774461d0118895fe7e2e54193e..f67f2243dbe40943d63af0b78718a50f40295132 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2011-03-04  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       tests: fix bug (comments-in-var-defn.test + autoconf 2.62)
+       * tests/comments-in-var-defn.test: The configure.in stub created
+       by default, which has the AC_INIT first argument obtained by the
+       test name, causes autoconf 2.62 to fail with a spurious error
+       message like: "configure.in:1: error: defn: undefined macro:".
+       Thus, to prevent this, the test is renamed to ...
+       * tests/comments-in-var-def.test: ... this.
+       * tests/Makefile.am (TESTS): Updated.
+
 2011-01-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        docs: ensure example are separated with empty lines in the input
index 890e69b6fe14e845bd492eca967176d7c5b1f275..df40e27258b9108c85569039cbfd540c660c4ec7 100644 (file)
@@ -166,7 +166,7 @@ comment8.test \
 comment9.test \
 commen10.test \
 commen11.test \
-comments-in-var-defn.test \
+comments-in-var-def.test \
 compile.test \
 compile2.test \
 compile_f90_c_cxx.test \
index 7600c146bba1f3cfa81f505f10235744a2f437a7..dfa5c6c4eccb3d0d382b1798eaef4174463f4e28 100644 (file)
@@ -433,7 +433,7 @@ comment8.test \
 comment9.test \
 commen10.test \
 commen11.test \
-comments-in-var-defn.test \
+comments-in-var-def.test \
 compile.test \
 compile2.test \
 compile_f90_c_cxx.test \