From: Alexandre Duret-Lutz Date: Wed, 22 Jun 2005 15:13:35 +0000 (+0000) Subject: * tests/aclocal5.test: Adjust to recent CVS Autoconf changes. X-Git-Tag: Release-1-9b~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42359a7106bf6987e1ac78c29180170a479e5d9b;p=thirdparty%2Fautomake.git * tests/aclocal5.test: Adjust to recent CVS Autoconf changes. --- diff --git a/ChangeLog b/ChangeLog index db9f54fec..3e01c40a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-06-22 Alexandre Duret-Lutz + * tests/aclocal5.test: Adjust to recent CVS Autoconf changes. + * automake.in (handle_footer): Do not output an unformatted definition of SOURCES, it is already done correctly in generate_makefile. This superfluous definition introduced long diff --git a/tests/aclocal5.test b/tests/aclocal5.test index 1bbdc2e35..7ec2610f3 100755 --- a/tests/aclocal5.test +++ b/tests/aclocal5.test @@ -71,4 +71,4 @@ test -f aclocal5-1.0/m4/moredefs.m4 echo 'AC_DEFUN_ONCE([AM_TEST], [AC_SUBST(__$1__)])' > m4/moredefs.m4 $MAKE grep 'm4/moredefs\.m4' aclocal.m4 -grep '@__GREPME__@' configure +grep '__GREPME__' configure