Reference: <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13832>
Hi Joshua, sorry again for the shameful delay. Can you check whether the attached patch solves the failure you've been experiencing with the test 't/ar-lib4.sh'? (as for the other failure in 't/objc-megademo.sh', I still have no idea what might be causing it -- some strange regression in automake? a libtool bug? puzzled ...) Thanks, Stefano
>From 9812dfecfb06592e3e5ed4be8d71f395f21aa780 Mon Sep 17 00:00:00 2001 Message-Id: <9812dfecfb06592e3e5ed4be8d71f395f21aa780.1366490878.git.stefano.lattar...@gmail.com> From: Stefano Lattarini <stefano.lattar...@gmail.com> 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 <stefano.lattar...@gmail.com> --- 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