AM_PROG_MKDIR_P: remove as obsolete
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 6 Apr 2012 09:24:11 +0000 (11:24 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 28 Apr 2012 11:56:04 +0000 (13:56 +0200)
commit8a1c64fec9c31ea0145f576e8fce7c2c7140d701
treebab4e92ba35f4a2551c8b9bd2f1de6e706202046
parent7a1eb9ff9027929687f12905e131f6fda3fa6d0c
AM_PROG_MKDIR_P: remove as obsolete

Support for the obsolescent 'AM_PROG_MKDIR_P' m4 macro (and its
output variable '$(mkdir_p)') has in the documentation and with
runtime warning since Automake 1.12.1.  It's now time to remove it.

* automake.in (scan_autoconf_traces): Remove special handling of
'AM_PROG_MKDIR_P'.
* m4/mkdirp.m4: Delete.
* Makefile.am (dist_automake_ac_DATA): Remove it.
* t/mkdirp-deprecation.sh: Delete.
* t/list-of-tests.mk: Remove it.
* doc/automake.texi: Remove references to the 'AM_MKDIR_P' m4 macro
and the '$(mkdir_p)' output variable.
* t/gettext-macros.sh: Ensure the gettext-requiring tests will
still see the now-removed 'AM_PROG_MKDIR_P' macro as an alias for
the 'AC_PROG_MKDIR_P' macro, since even recent versions of gettext
uses 'AM_PROG_MKDIR_P' in their '.m4' files.
* NEWS: Update.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Makefile.am
NEWS
automake.in
doc/automake.texi
m4/mkdirp.m4 [deleted file]
t/gettext-macros.sh
t/list-of-tests.mk
t/mkdirp-deprecation.sh [deleted file]