On Sun, Oct 09, 2022 at 08:50:34AM -0400, Greg Troxel wrote: > autoconf upstream has AC_PROG_MKDIR_P, which finds a "mkdir -p". It > tries to require that this implementation is parallel safe, in that two > "mkdir -p foo" will always succeed. > > autoconf wrongly rejects NetBSD mkdir, and autoconf's logic is bad; it > basically only accepts GNU coreutils. I've filed https://savannah.gnu.org/support/index.php?110740 for this. Thomas