summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-11 00:16:14 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-05-11 00:16:14 +0200
commit421f0ad97b4344e7ed35321850df1ae896ed7298 (patch)
treeebcfd44904a0c3f5f6bf34b69312aa6482015ef1
parent90ec3fe5aa8aed2a1c42751f91ffaa438cf04867 (diff)
parent74be388e1871d54940ef5d3f8650efec37215ef0 (diff)
downloadautomake-421f0ad97b4344e7ed35321850df1ae896ed7298.tar.gz
automake-421f0ad97b4344e7ed35321850df1ae896ed7298.tar.bz2
automake-421f0ad97b4344e7ed35321850df1ae896ed7298.zip
Merge branch 'branch-1.13.2' into maint
* branch-1.13.2: warns: don't tell AM_PROG_MKDIR_P is going to be removed
-rw-r--r--bin/automake.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/automake.in b/bin/automake.in
index 0aef77116..c95289f8c 100644
--- a/bin/automake.in
+++ b/bin/automake.in
@@ -5235,10 +5235,8 @@ sub scan_autoconf_traces
}
elsif ($macro eq 'AM_PROG_MKDIR_P')
{
- # FIXME: we are no longer going to remove this! adjust warning
- # FIXME: message accordingly.
msg 'obsolete', $where, <<'EOF';
-The 'AM_PROG_MKDIR_P' macro is deprecated, and will soon be removed.
+The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
EOF