From: Stefano Lattarini Date: Tue, 9 Nov 2010 10:58:23 +0000 (+0100) Subject: Fix bug in test `backcompat4.test' (stale autom4te cache). X-Git-Tag: ng-0.5a~344^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=928b446009f9c9abd47b41d7075d1113b7d9b369;p=thirdparty%2Fautomake.git Fix bug in test `backcompat4.test' (stale autom4te cache). * tests/backcompat4.test: Remove stale autom4te cache directory before re-running aclocal and automake. Also, since we are at it, be more verbose in displaying contents of generated files, to ease debuggability. Reported by Ralf Wildenhues. --- diff --git a/ChangeLog b/ChangeLog index 6bbb49fa5..5bc575b78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2010-11-09 Stefano Lattarini + + Fix bug in test `backcompat4.test' (stale autom4te cache). + * tests/backcompat4.test: Remove stale autom4te cache directory + before re-running aclocal and automake. Also, since we are at + it, be more verbose in displaying contents of generated files, + to ease debuggability. + Reported by Ralf Wildenhues. + 2010-11-06 Stefano Lattarini New tests on obsoleted usages of automake/autoconf macros (such diff --git a/tests/backcompat4.test b/tests/backcompat4.test index 1bee05926..f0625eac4 100755 --- a/tests/backcompat4.test +++ b/tests/backcompat4.test @@ -41,20 +41,24 @@ for args in \ 'foo:foo1.in:foo2.in:foo3.in' \ 'foo:foo1.in:foo2.in:sub/bar.in:foo3.in' \ ; do + rm -rf autom4te*.cache aclocal.m4 cat >configure.in <configure.in <