From: Stefano Lattarini Date: Thu, 22 Dec 2011 23:44:34 +0000 (+0100) Subject: Merge branch 'maint' X-Git-Tag: ng-0.5a~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3749d843083e552232579a85288e7dfee126ad91;p=thirdparty%2Fautomake.git Merge branch 'maint' * maint: tests: avoid spurious failure of libtool and gettext tests --- 3749d843083e552232579a85288e7dfee126ad91 diff --cc ChangeLog index 0a2405869,e68816233..64bf976df --- a/ChangeLog +++ b/ChangeLog @@@ -1,33 -1,41 +1,71 @@@ + 2011-12-23 Stefano Lattarini + + tests: avoid spurious failure of libtool and gettext tests + + On Solaris 10 (and presumably earlier), /bin/sh trips up on + here-documents that contains a command substitution *and* are + fed to a shell function: + + # All as expected. + $ cat < + +2011-12-22 Stefano Lattarini + + Merge branch 'maint' into master. + * m4/regex.m4: Bump serial number by some notches, for good + measure. Prefer the deprecation message from maint over that + from master. + * m4/python.m4: Bump serial number. + * tests/Makefile.am (canon6.log): Depend on `libtool-macros.log'. + (canon7.log): Likewise. + (extradep2.log): Likewise. + (ar-lib4.log): Likewise. + (ar-lib6a.log): Likewise. + (ar-lib6b.log): Likewise. + (vartypo2): Likewise. + (posixsubst-ltlibraries.log): Likewise. + * tests/defs: Adjust the path of the included `get.sh' scripts + generated by `libtool-macros.test' and `gettext-macros.test'. + * aclocal.m4: Delete, it's auto-generated now. + * configure: Likewise. + * Makefile.in: Likewise. + * doc/Makefile.in: Likewise. + * m4/Makefile.in: Likewise. + * tests/Makefile.in: Likewise. + * lib/Makefile.in: Likewise. + * lib/am/Makefile.in: Likewise. + * lib/Automake/Makefile.in: Likewise. + * lib/Automake/tests/Makefile.in: Likewise. + * .gitignore: Correctly ignored the autogenerated files + that are not committed anymore. + 2011-12-22 Stefano Lattarini hacking: distribute it, and mention it in the ChangeLog