* 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)
commit5f91916c9181c9bc43a5183917f9e5635d87524f
tree191c94535b32b711887440076ea150c165584e2e
parent24a61b63c516e7713f7da1efe2d304ffe23e246a
* 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.
ChangeLog