From: Stefano Lattarini Date: Fri, 6 Jan 2012 13:51:55 +0000 (+0100) Subject: fixup: previous commit v1.11-627-g1e0aedc X-Git-Tag: v1.11.2b~10^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=741a0a1e94ce855fcd2109d5557a924e792b9320;p=thirdparty%2Fautomake.git fixup: previous commit v1.11-627-g1e0aedc * tests/acloca18.test: Do not remove an aclocal.m4 file that is needed by a later autoconf invocation. --- diff --git a/tests/acloca18.test b/tests/acloca18.test index 589f0f2d3..7c9730125 100755 --- a/tests/acloca18.test +++ b/tests/acloca18.test @@ -72,7 +72,9 @@ $AUTOCONF grep macro12 foo grep macro23 foo +cp -f aclocal.m4 aclocal-m4.sav clean_stale +mv -f aclocal-m4.sav aclocal.m4 $ACLOCAL -I 4 -I 1 -I 2 -I 3 --install --dry-run $AUTOCONF ./configure