+2006-10-14 Paul Eggert <eggert@cs.ucla.edu>
+
+ * lib/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
+ which incorrectly sets the mode of an existing destination
+ directory. In some cases the unpatched install-sh could do the
+ equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
+ system. We hope this is rare in practice, but it's clearly worth
+ fixing. Problem reported by Alex Unleashed in
+ <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
+ Also, don't bother to check for -m bugs unless we're using -m;
+ suggested by Stepan Kasal.
+
2006-10-14 Geoffrey Keating <geoffk@apple.com> (tiny change)
* m4/multi.m4: Non-default multilibs may be cross compilation.
Akim Demaille akim@freefriends.org
Alan Modra amodra@bigpond.net.au
Alex Hornby alex@anvil.co.uk
+Alex Unleashed unledev@gmail.com
Alexander Mai st002279@hrzpub.tu-darmstadt.de
Alexander V. Lukyanov lav@yars.free.net
Alexander Turbov zaufi@sendmail.ru
#!/bin/sh
# install - install a program, script, or datafile
-scriptversion=2006-05-11.20
+scriptversion=2006-10-14.15
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the