From: Stefano Lattarini Date: Mon, 26 Nov 2012 14:26:44 +0000 (+0100) Subject: news: we'll remove AM_PROG_MKDIR in 1.14, not 1.13 X-Git-Tag: v1.12b~14^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54ec1e6b080c00d3b3f0b53fc15389a58abcb53a;p=thirdparty%2Fautomake.git news: we'll remove AM_PROG_MKDIR in 1.14, not 1.13 See also commit v1.12.4-158-gdf23daf. * NEWS (Future backward-incompatibilities): Adjust accordingly. Signed-off-by: Stefano Lattarini --- diff --git a/NEWS b/NEWS index 1065d5ca4..7a230ef6e 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,7 @@ New in 1.12.6: option) will be removed in the next major Automake release (1.13). - The long-obsolete (since automake 1.10) AM_PROG_MKDIR m4 macro will - be removed in Automake 1.13. The $(mkdir_p) make variable and the + 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.