]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
NEWS: document removal of AM_PROG_MKDIR_P macro
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 30 Dec 2012 10:40:53 +0000 (11:40 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 30 Dec 2012 10:40:53 +0000 (11:40 +0100)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
NEWS

diff --git a/NEWS b/NEWS
index 7bfaccb3e5d5755e3a9605790bd2d9959d04b367..ac723af03e1ec18c7f30f4c642b36a0835f5f043 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,13 @@ 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.