diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2014-12-19 13:09:39 +0100 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2014-12-19 13:27:34 +0100 |
commit | 78964087335e66e9ae4ad3899bd545b770e30581 (patch) | |
tree | c7d54a7a97e2bdde966d14fbb3c1c176a341e306 /NEWS | |
parent | 3f9fc60baa2e7f9324e17a26f592e92148b7117c (diff) | |
parent | caba6a20804021ab607b40ccefece4e77ef72a77 (diff) | |
download | automake-78964087335e66e9ae4ad3899bd545b770e30581.tar.gz |
Merge branch 'micro' into minor
* micro:
sync: update third-part files from upstream
Make sure AM_INIT_AUTOMAKE has a trailing newline
dist: adjust warning messages about shar and tarZ deprecation
docs: improve description of ${PACKAGE}, ${VERSION}, and similar variables
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -99,14 +99,17 @@ New in 1.15: * Bugs fixed: + - The expansion of AM_INIT_AUTOMAKE ends once again with a trailing + newline (bug#16841). Regression introduced in Automake 1.14. + - The user can now extend the special .PRECIOUS target, the same way he could already do with the .MAKE .and .PHONY targets. - Fixed confusing typos in the manual and in some warning messages (automake bug#16827 and bug#16997). - - We no longer risk to use '$ac_aux_dir' before it's defined. See - automake bug#15981. + - We no longer risk to use '$ac_aux_dir' before it's defined (see + automake bug#15981). Bug introduced in Automake 1.14. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |