From 741a0a1e94ce855fcd2109d5557a924e792b9320 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 6 Jan 2012 14:51:55 +0100 Subject: [PATCH] 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. --- tests/acloca18.test | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.2