summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3885ddbd7..5bb46b72d 100644
--- a/NEWS
+++ b/NEWS
@@ -155,7 +155,7 @@ New in 1.15:
extra useless "make all" recursive invocation in some corner cases
(automake bug#16302).
-* Bug fixes:
+* Bugs fixed:
- The user can now extend the special .PRECIOUS target, the same way
he could already do with the .MAKE .and .PHONY targets.
@@ -163,6 +163,9 @@ New in 1.15:
- 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.
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
New in 1.14.1: