>From 13ca4c137dd5b33778861b82dfd1738fd601fb4f 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 removing the autom4te cache before editing configure.ac and re-running the autotools. Signed-off-by: Stefano Lattarini --- t/ar-lib4.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/ar-lib4.sh b/t/ar-lib4.sh index 68615e8..4d3c40a 100755 --- a/t/ar-lib4.sh +++ b/t/ar-lib4.sh @@ -39,6 +39,8 @@ AUTOMAKE_fails grep 'requires.*AM_PROG_AR' stderr +rm -rf autom4te*.cache + cp X configure.ac cat >> configure.ac << 'END' -- 1.8.2.1.610.g562af5b