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)
commit1325a8ada5e11f19ff41094e8c2f86fe0952e425
treeccb7a501500c586fcc432c03c0fc3d83eade884f
parent09c55b721e4236c694e00ec35d3b4e25a51e5478
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.
ChangeLog
tests/Makefile.am
tests/Makefile.in
tests/comments-in-var-def.test [moved from tests/comments-in-var-defn.test with 100% similarity]