gettext: avoid obsolete macro AM_PROG_MKDIR_P
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 24 Dec 2012 01:55:30 +0000 (17:55 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 24 Dec 2012 01:55:30 +0000 (17:55 -0800)
commit730bf46873d3e6dd152d95470e14967421b795da
tree275825290a2c597b0554dea495f8e044e48fb69a
parenta1c8d3d65945c9d7b1ad9ac02e980baa0394e30d
gettext: avoid obsolete macro AM_PROG_MKDIR_P

It is obsolete and is planned to be removed from Automake 1.14; see
<http://lists.gnu.org/archive/html/automake/2012-12/msg00029.html>.
* build-aux/po/Makefile.in.in (install-data, install-data-yes)
(installdirs-data, installdirs-data-yes):
Use $(MKDIR_P), not $(mkdir_p).
* m4/intl.m4 (AM_INTL_SUBDIR):
* m4/po.m4 (AM_PO_SUBDIRS):
Require AC_PROG_MKDIR_P, not AM_PROG_MKDIR_P.
ChangeLog
build-aux/po/Makefile.in.in
m4/intl.m4
m4/po.m4