diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-05-11 00:16:14 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-05-11 00:16:14 +0200 |
commit | 421f0ad97b4344e7ed35321850df1ae896ed7298 (patch) | |
tree | ebcfd44904a0c3f5f6bf34b69312aa6482015ef1 /bin/automake.in | |
parent | 90ec3fe5aa8aed2a1c42751f91ffaa438cf04867 (diff) | |
parent | 74be388e1871d54940ef5d3f8650efec37215ef0 (diff) | |
download | automake-421f0ad97b4344e7ed35321850df1ae896ed7298.tar.gz |
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
Diffstat (limited to 'bin/automake.in')
-rw-r--r-- | bin/automake.in | 4 |
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 |