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 be35937..f67f224 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 890e69b..df40e27 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 7600c14..dfa5c6c 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 \