From: Stefano Lattarini Date: Fri, 18 Jan 2013 10:04:25 +0000 (+0100) Subject: NEWS: we are not going to remove AM_PROG_MKDIR_P in Automake 1.14 X-Git-Tag: v1.13.1b~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae4d4fcfa5a9401737568f897cd71d1f5a0e7faa;p=thirdparty%2Fautomake.git NEWS: we are not going to remove AM_PROG_MKDIR_P in Automake 1.14 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 --- diff --git a/NEWS b/NEWS index 277141de0..88e5371f5 100644 --- a/NEWS +++ b/NEWS @@ -10,12 +10,6 @@ New in 1.13.2: name for the Autoconf input file. You are advised to start using recommended name 'configure.ac' instead, ASAP. - - The long-obsolete (since automake 1.10) AM_PROG_MKDIR m4 macro will - be removed in Automake 1.14. The $(mkdir_p) make variable and the - @mkdir_p@ substitution will still remain available (as aliases of - $(MKDIR_P)) for the moment, for better backward compatibility; but - you are advised to stop using ASAP. - - The ACLOCAL_AMFLAGS special make variable will be fully deprecated in Automake 1.14 (where it will raise warnings in the "obsolete" category). You are advised to start relying on the new Automake