From: Stefano Lattarini Date: Sat, 20 Apr 2013 20:46:30 +0000 (+0200) Subject: tests: avoid possible autotools caching issues (automake bug#13832) X-Git-Tag: v1.13.1d~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=13ca4c137dd5b33778861b82dfd1738fd601fb4f;p=platform%2Fupstream%2Fautomake.git 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 --- diff --git a/t/ar-lib4.sh b/t/ar-lib4.sh index 68615e829..4d3c40ae0 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'