>From 9812dfecfb06592e3e5ed4be8d71f395f21aa780 Mon Sep 17 00:00:00 2001 Message-Id: From: Stefano Lattarini Date: Sat, 20 Apr 2013 22:46:30 +0200 Subject: [PATCH] tests: avoid possible autotools caching issues (automake bug#13832) * t/ar-lib4.sh: Here, by calling aclocal with the '--force' option after having modified configure.ac. Signed-off-by: Stefano Lattarini --- t/ar-lib4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/ar-lib4.sh b/t/ar-lib4.sh index 68615e8..2efe8e2 100755 --- a/t/ar-lib4.sh +++ b/t/ar-lib4.sh @@ -49,7 +49,7 @@ AC_PROG_LIBTOOL AC_OUTPUT END -$ACLOCAL +$ACLOCAL --force $AUTOMAKE --add-missing : -- 1.8.2.1.389.gcaa7d79