summaryrefslogtreecommitdiff
path: root/tests/Makefile.in
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-04-10 09:51:23 -0600
committerEric Blake <ebb9@byu.net>2008-04-10 17:11:12 -0600
commit9650b648899f6b9c94528e034ae1d91f564772a0 (patch)
treea2c1b3d00ec454adaff92f54aa51be5525b7713a /tests/Makefile.in
parent6322e381eea63a237319f51344a3ef5fbe25974f (diff)
downloadautomake-9650b648899f6b9c94528e034ae1d91f564772a0.tar.gz
automake-9650b648899f6b9c94528e034ae1d91f564772a0.tar.bz2
automake-9650b648899f6b9c94528e034ae1d91f564772a0.zip
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> (cherry picked from commit 680877cce6a85e0a55a7659048c0431109f964b7)
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r--tests/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 91635cb6d..01e42df63 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -506,6 +506,7 @@ missing2.test \
missing3.test \
missing4.test \
missing5.test \
+missing6.test \
mkinstall.test \
mkinst2.test \
mkinst3.test \