docs: AM_PROG_MKDIR_P: will not be removed in 2.0 release of Automake
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 28 May 2013 15:52:15 +0000 (17:52 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 28 May 2013 15:52:15 +0000 (17:52 +0200)
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 <stefano.lattarini@gmail.com>
doc/automake.texi

index 58561edd968e0a3031a3bae89e990215883c4b44..c62d3b4b2050e6f1f2f646be987c96b2ed0a1afc 100644 (file)
@@ -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