From: Stefano Lattarini Date: Tue, 21 Dec 2010 00:31:50 +0000 (+0100) Subject: Fix spurious failures in tests on AC_CONFIG_AUX_DIR. X-Git-Tag: v1.11b~460^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a5a1e7f88b68b4513c12d23051ca84add3c30791;p=platform%2Fupstream%2Fautomake.git 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. --- diff --git a/ChangeLog b/ChangeLog index f18c0ff..86551ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2010-12-21 Stefano Lattarini + + 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 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