diff -Naur autoconf-2.60/config/install-sh autoconf-2.60/config/install-sh --- autoconf-2.60/config/install-sh 2006-05-17 04:05:19.000000000 +0200 +++ autoconf-2.60/config/install-sh 2006-10-08 23:34:15.000000000 +0200 @@ -275,7 +275,7 @@ case $posix_mkdir in '') posix_mkdir=false - if $mkdirprog -m $test_mode -p -- / >/dev/null 2>&1; then + if $mkdirprog -m $test_mode -p -- . >/dev/null 2>&1; then posix_mkdir=true else # Remove any dirs left behind by ancient mkdir implementations.