From: Stefano Lattarini Date: Tue, 28 May 2013 18:51:42 +0000 (+0200) Subject: NEWS: report recent documentation fix about AM_PROG_MKDIR_P X-Git-Tag: v1.13b~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87e49f4f040c8ab93233a31b377fe5a541e3b6ff;p=thirdparty%2Fautomake.git NEWS: report recent documentation fix about AM_PROG_MKDIR_P Signed-off-by: Stefano Lattarini --- diff --git a/NEWS b/NEWS index dfcca246c..9ce9fc4da 100644 --- a/NEWS +++ b/NEWS @@ -93,6 +93,12 @@ New in 1.13.3: +* Documentation fixes: + + - The documentation no longer mistakenly report that the obsolete + 'AM_MKDIR_PROG_P' macro and '$(mkdir_p)' make variable are going + to be removed in Automake 2.0. + * Bugs fixed: - Byte-compilation of Emacs lisp files could fail spuriously on Solaris,