From: Stefano Lattarini Date: Tue, 28 May 2013 15:52:15 +0000 (+0200) Subject: docs: AM_PROG_MKDIR_P: will not be removed in 2.0 release of Automake X-Git-Tag: v1.13.2b~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e833dfe6db3b884f90c8338c8633d50906f4e06c;p=platform%2Fupstream%2Fautomake.git docs: AM_PROG_MKDIR_P: will not be removed in 2.0 release of Automake See the 'PLANS/obsolete-removed/am-prog-mkdir-p.txt' file in the 'maint' branch (as of commit v1.13.2-201-gd99e3f3) for details. * doc/automake.texi: Adjust. Signed-off-by: Stefano Lattarini --- diff --git a/doc/automake.texi b/doc/automake.texi index 58561edd9..c62d3b4b2 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -4087,8 +4087,8 @@ the output variable @code{MKDIR_P} instead. In case you are still using the @code{AM_PROG_MKDIR_P} macro in your @file{configure.ac}, or its provided variable @code{$(mkdir_p)} in your @file{Makefile.am}, you are advised to switch ASAP to the more modern Autoconf-provided -interface instead; both the macro and the variable @emph{will be -removed} in the next major Automake release. +interface instead; both the macro and the variable might be removed +in a future major Automake release. @end table