Update of install-sh, mkinstalldirs, and associated configury

Peter Eisentraut <peter_e@gmx.net>

Commit: 9d182ef002b15c873074c710b709149450ddbcd9
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2009-08-26T22:24:44Z
Releases: 9.0.0
Update of install-sh, mkinstalldirs, and associated configury

Update install-sh to that from Autoconf 2.63, plus our Darwin-specific
changes (which I simplified a bit).  install-sh is now able to install
multiple files in one run, so we could simplify our makefiles sometime.

install-sh also now has a -d option to create directories, so we don't need
mkinstalldirs anymore.

Use AC_PROG_MKDIR_P in configure.in, so we can use mkdir -p when available
instead of install-sh -d.  For consistency with the rest of the world,
the corresponding make variable has been renamed from $(mkinstalldirs) to
$(MKDIR_P).

Files