]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
NEWS (master): we are not going to remove AM_PROG_MKDIR_P in 1.14
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 18 Jan 2013 10:24:38 +0000 (11:24 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 18 Jan 2013 10:24:41 +0000 (11:24 +0100)
See commit v1.13.1-109-g030ecb4 of 2013-01-16, "compat: restore
AM_PROG_MKDIR, again", for the rationale.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
NEWS

diff --git a/NEWS b/NEWS
index d24771dbd10f5fc60db34fb6c804a920fb5cf526..26b7898198df9c62258aede0e07c558f5802d618 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -22,13 +22,6 @@ New in 1.14:
 
 * Obsolete features removed:
 
-  - The long-obsolete (since automake 1.10) AM_PROG_MKDIR m4 macro has
-    been removed.  The $(mkdir_p) make variable and the @mkdir_p@
-    substitutionl still remains available for the moment, as aliases
-    of $(MKDIR_P), for better backward compatibility; but you are
-    advised to stop using ASAP, as they might be removed in future
-    Automake versions.
-
   - Support for the long-deprecated name 'configure.in' for the Autoconf
     input file has been removed altogether.  Just use the modern name
     'configure.ac' instead.