From: Ralf Wildenhues Date: Mon, 9 Aug 2010 19:36:32 +0000 (+0200) Subject: Merge branch 'msvc' X-Git-Tag: v1.11b~556 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8426abf367684205515a97953e862d28855a1749;p=platform%2Fupstream%2Fautomake.git Merge branch 'msvc' * msvc: Add new auxiliary 'ar-lib' script, wrapping Microsoft lib. Fix shell pattern negation in compile script. --- 8426abf367684205515a97953e862d28855a1749 diff --cc ChangeLog index 88d2cfc,8208906..e2de1ad --- a/ChangeLog +++ b/ChangeLog @@@ -1,26 -1,22 +1,45 @@@ + 2010-08-06 Peter Rosin + + Add new auxiliary 'ar-lib' script, wrapping Microsoft lib. + * lib/ar-lib: New auxiliary script. + * lib/Makefile.am: Add above. + * tests/ar-lib.test: New test. + * tests/Makefile.am: Add above. + * automake.in (@common_files): Distribute the 'ar-lib' script. + * doc/automake.texi (Auxiliary Programs): Mention the new + 'ar-lib' script. + (Optional): Mention 'ar-lib' in AC_CONFIG_AUX_DIR. + * NEWS: Update. + + 2010-08-07 Ralf Wildenhues + + Fix shell pattern negation in compile script. + * lib/compile (func_file_conv): Use `!' not `^' for pattern + negation. + +2010-08-08 Ralf Wildenhues + + Fix maintainer-check failure. + * tests/cond5.test: Quote sleep argument, this isn't about + time stamp differences. + + Sync auxiliary files from upstream. + * lib/config.guess, lib/config.sub, lib/texinfo.tex: + Sync from upstream. + +2010-08-06 Stefano Lattarini + + Work around a nasty bug (segfault) of Solaris make. + * lib/am/check.am (recheck, recheck-html): Trim trailing spaces + from $list, to avoid triggering a nasty bug (potential segfault) + on Solaris make. + +2010-08-06 Peter Rosin + + Make cond5.test more robust on MSYS. + * tests/cond5.test: Add delay before the first kill attempt to + cater for problems with MSYS bash. + 2010-08-01 Peter Rosin Wrap some MSVC options in the compile script. diff --cc NEWS index 19e4548,6971bd7..c0f3ebd --- a/NEWS +++ b/NEWS @@@ -15,17 -5,10 +15,17 @@@ New in 1.11a - The `lzma' compression scheme and associated automake option `dist-lzma' is obsoleted by `xz' and `dist-xz' due to upstream changes. + - "make dist" can now create lzip-compressed tarballs. + + - Messages of types warning or error from `automake' and `aclocal' are now + prefixed with the respective type, and presence of -Werror is noted. + - The `compile' script now converts some options for MSVC for a better - user experience. + user experience. Similarly, the new `ar-lib' script wraps Microsoft lib. -Bugs fixed in 1.11.0a: +Bugs fixed in 1.11a: + + - Lots of minor bugfixes. * Bugs introduced by 1.11: diff --cc automake.in index 97280a9,8fd6869..c0c5289 mode 100644,100755..100644 --- a/automake.in +++ b/automake.in