* lib/mkinstalldirs: Use "mkdir -p" if it works, as that fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 29 Sep 2001 05:53:02 +0000 (05:53 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 29 Sep 2001 05:53:02 +0000 (05:53 +0000)
bugs when making file names with unusual characters.  Quote chmod
arg "$dirmode", in case it contains white space.

Incorporate the following change from autoconf mkinstalldirs:

1999-04-10  Ben Elliston  <bje@cygnus.com>

Add `-m' flag to specify the mode of a newly created
directory.  Add command line usage and `-h', `--help' options.
Contributed by Jeff Garzik.

ChangeLog

index 869209c..fa586a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2001-09-29  Paul Eggert  <eggert@twinsun.com>
+
+       * lib/mkinstalldirs: Use "mkdir -p" if it works, as that fixes
+       bugs when making file names with unusual characters.  Quote chmod
+       arg "$dirmode", in case it contains white space.
+
+       Incorporate the following change from autoconf mkinstalldirs:
+
+       1999-04-10  Ben Elliston  <bje@cygnus.com>
+
+       Add `-m' flag to specify the mode of a newly created
+       directory.  Add command line usage and `-h', `--help' options.
+       Contributed by Jeff Garzik.
+
 2001-09-27  Akim Demaille  <akim@epita.fr>
 
        * m4/cond.m4, m4/init.m4, m4/header.m4: Remove Autoconf 2.13 code.