* lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Always check for
presence of ./--version. Reported by Eric Blake.
+2009-10-01 Paolo Bonzini <bonzini@gnu.org>
+
+ Unconditionally check for junk ./--version after mkdir search loop.
+ * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Always check for
+ presence of ./--version. Reported by Eric Blake.
+
2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Clarify documentation about Solaris sed quantifier restriction.
esac
done
done])])
+ test -d ./--version && rmdir ./--version
if test "${ac_cv_path_mkdir+set}" = set; then
MKDIR_P="$ac_cv_path_mkdir -p"
else
# value for MKDIR_P within a source directory, because that will
# break other packages using the cache if that directory is
# removed, or if the value is a relative name.
- test -d ./--version && rmdir ./--version
MKDIR_P="$ac_install_sh -d"
fi
fi