On Tue, Jul 07, 2009 at 10:48:07PM -0000, Matthias Andree wrote: > Drop mkinstalldirs, use install-sh -d instead. > > This requires that we use autoconf 2.60 and automake 1.10 or newer to > avoid race conditions in older versions of mkinstalldirs and install-sh.
I totally agree on using $(MKDIR_P), I'm just surprised that there doesn't seem to be a AC_PROG_MKDIR_P in configure.ac, and why not also use $(MKDIR_P) in the intl/Makefile.in too? (That's just from eye-balling the diff...) Cheers, Patrick