variable `ac_d' instead of `d' to avoid infringing namespace.
Report by Ralf Menzel.
+2006-05-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * lib/autoconf/programs.m4 (AC_PROG_MKDIR_P): Name temporary
+ variable `ac_d' instead of `d' to avoid infringing namespace.
+ Report by Ralf Menzel.
+
2006-05-18 Paul Eggert <eggert@cs.ucla.edu>
* lib/autoconf/status.m4 (_AC_OUTPUT_FILE): Don't prepend
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
MKDIR_P='mkdir -p'
else
- for d in ./-p ./--version
+ for ac_d in ./-p ./--version
do
- test -d $d && rmdir $d
+ test -d $ac_d && rmdir $ac_d
done
MKDIR_P="$ac_install_sh -d"
fi