From: Stefano Lattarini Date: Wed, 28 Sep 2011 11:09:18 +0000 (+0200) Subject: Merge branch 'fix-test-tap-and-signals' into testsuite-work X-Git-Tag: ng-0.5a~89^2~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e584d6dafc318c328d129c5847d36e47c6463512;p=thirdparty%2Fautomake.git Merge branch 'fix-test-tap-and-signals' into testsuite-work * fix-tap-tests: tests: remove redundant workaround for Solaris /bin/sh --- e584d6dafc318c328d129c5847d36e47c6463512 diff --cc ChangeLog index 4f6a3cd08,c576a45f2..745971a5e --- a/ChangeLog +++ b/ChangeLog @@@ -1,29 -1,12 +1,38 @@@ + 2011-09-28 Stefano Lattarini + + tests: remove redundant workaround for Solaris /bin/sh + After previous commit `v1.11-1424-g27a399a', some workarounds for + Solaris 10 /bin/sh are no more required, and in fact they have + started causing XPASS results on Solaris. + * tests/tap-signal.tap: Remove unneeded workarounds for Solaris 10 + /bin/sh. Some related minor code reorganizations. + +2011-09-24 Stefano Lattarini + + uninstall: "make uninstall" before "make install" works + This change fixes automake bug#9578. + * lib/am/inst-vars.am (am__uninstall_files_from_dir): New internal + macro, that defines a shell code fragment to uninstall files from + a given directory. + * lib/am/data.am (uninstall-%DIR%%PRIMARY%): Use it, to reduce code + duplication and improve consistency and correctness. + * lib/am/libs.am (uninstall-%DIR%LIBRARIES): Likewise. + * lib/am/lisp.am (uninstall-%DIR%LISP): Likewise. + * lib/am/mans.am (uninstall-man%SECTION%): Likewise. + * lib/am/python.am (uninstall-%DIR%LIBRARIES): Likewise. + * lib/am/scripts.am (uninstall-%DIR%SCRIPTS): Likewise. + * tests/uninstall-pr9578.test: New test. + * tests/uninstall-fail.test: New test. + * tests/Makefile.am (TESTS): Add them. + * NEWS, THANKS: Update. + Report by Nick Bowler. + +2011-09-22 Stefano Lattarini + + tests: fix tests on aclocal search path precedences + * tests/aclocal-path-precedence.test: Call `$ACLOCAL' with the + proper overridden system acdir. + 2011-09-28 Stefano Lattarini tests: fix spurious failures in tests on TAP + signals