AC_AUTOCONF_VERSION can inadvertently expand to a macro name.
authorEric Blake <ebb9@byu.net>
Thu, 10 Apr 2008 15:51:23 +0000 (09:51 -0600)
committerEric Blake <ebb9@byu.net>
Thu, 10 Apr 2008 15:51:23 +0000 (09:51 -0600)
commit680877cce6a85e0a55a7659048c0431109f964b7
tree98a76f2a9ed2cf10394c7a03e2fcb961a2f5e0bd
parente5c291c5537245a0c1dadc16f29599cdac7e8107
AC_AUTOCONF_VERSION can inadvertently expand to a macro name.

* m4/amversion.in (AM_SET_CURRENT_AUTOMAKE_VERSION): Use proper
m4 quoting.
* aclocal.in (write_aclocal): Likewise.
* tests/missing6.test: New test.
* tests/Makefile.am (TESTS): Run it.
* tests/missing4.test: Adjust.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
aclocal.in
m4/amversion.in
tests/Makefile.am
tests/missing4.test
tests/missing6.test [new file with mode: 0755]