MKDIR_P now falls back on mkdir -p
commitd081ac3ec80d551c3fdd3d74ade368acce3fc4a8
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 12 Oct 2022 19:01:50 +0000 (12 12:01 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 12 Oct 2022 19:02:31 +0000 (12 12:02 -0700)
tree95aab6113c230ca06d59198a84d02d4c1928f0ab
parent85c0db3433edf053a477976aa1e2e4deb84d5905
MKDIR_P now falls back on mkdir -p

* lib/autoconf/programs.m4 (AC_PROG_MKDIR_P):
Fall back on mkdir -p instead of on a relative path to
install-sh, as the latter now seems to be more of a problem
than the former.
NEWS
doc/autoconf.texi
lib/autoconf/programs.m4