Bug-fixing patch installed to temporary branch 'auxdir-test', merged to master, and pushed. Bug introduced by my own commit v1.11-249-g49ac3de "Extended tests on AC_CONFIG_AUX_DIR.".
Sorry for the noise, Stefano -*-*-*- Fix spurious failures in tests on AC_CONFIG_AUX_DIR. * tests/auxdir7.test: Do not try to needlessly overwrite the files `install-sh' and `missing'. This avoid spurious failures in "make distcheck", when those files might be copied as read-only from the `lib' directory. * tests/auxdir8.test: Likewise. --- ChangeLog | 9 +++++++++ tests/auxdir7.test | 2 -- tests/auxdir8.test | 2 -- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index f18c0ff..86551ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2010-12-21 Stefano Lattarini <stefano.lattar...@gmail.com> + + Fix spurious failures in tests on AC_CONFIG_AUX_DIR. + * tests/auxdir7.test: Do not try to needlessly overwrite the files + `install-sh' and `missing'. This avoid spurious failures in "make + distcheck", when those files might be copied as read-only from the + `lib' directory. + * tests/auxdir8.test: Likewise. + 2010-12-15 Stefano Lattarini <stefano.lattar...@gmail.com> Extended tests on AC_CONFIG_AUX_DIR. diff --git a/tests/auxdir7.test b/tests/auxdir7.test index 67710b6..05fbb4d 100755 --- a/tests/auxdir7.test +++ b/tests/auxdir7.test @@ -39,8 +39,6 @@ END cp Makefile.am subdir/Makefile.am : > mkinstalldirs -: > install-sh -: > missing $ACLOCAL $AUTOMAKE diff --git a/tests/auxdir8.test b/tests/auxdir8.test index 7d0c1ae..c3e57de 100755 --- a/tests/auxdir8.test +++ b/tests/auxdir8.test @@ -38,8 +38,6 @@ END cp Makefile.am subdir/Makefile.am : > mkinstalldirs -: > install-sh -: > missing $ACLOCAL $AUTOMAKE -- 1.7.1