summaryrefslogtreecommitdiff
path: root/tests/missing4.test
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2007-10-29 20:45:48 +0100
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2007-10-29 20:45:48 +0100
commitfafa1e12e9964b9be11b5b90110492e4027dd490 (patch)
tree17412d5e1fcd9b009ca16d2e1ef3eff949c95d94 /tests/missing4.test
parent409466a98d6d20912629a9707000f73131b58b78 (diff)
downloadautomake-fafa1e12e9964b9be11b5b90110492e4027dd490.tar.gz
Accommodate for new macro AC_AUTOCONF_VERSION.
* aclocal.in (write_aclocal): Use AC_AUTOCONF_VERSION rather than m4_PACKAGE_VERSION. Define the former if not defined. * m4/amversion.in (AM_SET_CURRENT_AUTOMAKE_VERSION): Likewise. * tests/missing4.test: Use AC_AUTOCONF_VERSION.
Diffstat (limited to 'tests/missing4.test')
-rwxr-xr-xtests/missing4.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/missing4.test b/tests/missing4.test
index 5fab894db..13697cbcf 100755
--- a/tests/missing4.test
+++ b/tests/missing4.test
@@ -35,7 +35,7 @@ $AUTOMAKE
./configure
$MAKE
-sed '1,20 s/m4_PACKAGE_VERSION,/&9999/' < aclocal.m4 > aclocal.tmp
+sed '1,20 s/AC_AUTOCONF_VERSION,/&9999/' < aclocal.m4 > aclocal.tmp
cmp aclocal.m4 aclocal.tmp && exit 1
mv aclocal.tmp aclocal.m4