]> granicus.if.org Git - neomutt/commit
Convert from using mkinstalldirs to $(MKDIR_P).
authorKevin McCarthy <kevin@8t8.us>
Thu, 2 Jul 2015 18:21:19 +0000 (11:21 -0700)
committerKevin McCarthy <kevin@8t8.us>
Thu, 2 Jul 2015 18:21:19 +0000 (11:21 -0700)
commit9f8c33ab6775a586585c3dab997c33611e046f8e
treea5d3c7bfe184b7c5d23a2363b6b05f3b90d94b1e
parentcc4c8b9e2deec95287ee6796397de6fbbed666b8
Convert from using mkinstalldirs to $(MKDIR_P).

The automake mkinstalldirs script is now deprecated. "install-sh -d"
can be used in place.  Configure.ac already includes AC_PROG_INSTALL,
which will ensure install-sh is bundled.  Add AC_PROG_MKDIR_P, which
will set $(MKDIR_P) to either a thread-safe "mkdir -p" or will fall back
to using install-sh.
Makefile.am
configure.ac
contrib/Makefile.am
doc/Makefile.am
intl/Makefile.in
m4/gettext.m4
po/Makefile.in.in