diff options
Diffstat (limited to 'tests/missing4.test')
-rwxr-xr-x | tests/missing4.test | 2 |
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 |