From: Ralf Wildenhues Date: Sun, 23 May 2010 15:22:29 +0000 (+0200) Subject: Merge branch 'maint' X-Git-Tag: ng-0.5a~419 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bd82c3443fe456fc6c81564e13595eab50621bb;p=thirdparty%2Fautomake.git Merge branch 'maint' --- 9bd82c3443fe456fc6c81564e13595eab50621bb diff --cc ChangeLog index 0f17130e3,6d40c54a2..f8c2dc31c --- a/ChangeLog +++ b/ChangeLog @@@ -1,13 -1,33 +1,41 @@@ + 2010-05-23 Stefano Lattarini + + Extend test on `nostdinc' automake option. + * tests/nostdinc.test: Enable `errexit' shell flag. Related and + unrelated minor changes. Make the grepping of the generated + Makefile.in slighty stricter. Generate and run configure, so that + the generated Makefile can be grepped too. + + 2010-05-23 Ralf Wildenhues + + Make gnupload portable to EBCDIC hosts. + * lib/gnupload: Use literal newline as argument for 'tr' rather + than \015, for EBCDIC hosts. Also, avoid unportable nested + double-quotes and backquotes. + * THANKS: Update. + Report from Eric Blake and Steve Goetze via gnulib. + + 2010-05-23 Stefano Lattarini + + Fix Autoconf version required by Automake's configure. + Automake configure script used to tell that automake required + autoconf 2.60 or later, but then it checked for autoconf >= 2.62, + and if that was not found, it gave an error saying that Automake + required configure 2.61a-341 or later. This change should + eliminate such inconsistencies. + * configure.ac ($required_autoconf_version): New variable. + Use it throughout. + 2010-05-23 Ralf Wildenhues + Fix truncated comment in Makefile.am. + * Makefile.am (sc_tests_logs_duplicate_prefixes): Fix unfinished + sentence in comment. + Report by Stefano Lattarini. + + Relax silent8.test for NetBSD make. + * tests/silent8.test: Accept ./foo.info in output as well. + Fix unportable sed script in maintainer-check test. * Makefile.am (sc_tests_Exit_not_exit): Rewrite sed script to not contain semicolon after 'b' or brace commands, for NetBSD.