]> git.ipfire.org Git - thirdparty/automake.git/commit
Use "mkdir -p" if it works, as that fixes bugs when making file names
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 29 Sep 2001 05:50:16 +0000 (05:50 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 29 Sep 2001 05:50:16 +0000 (05:50 +0000)
commit24a61b63c516e7713f7da1efe2d304ffe23e246a
treed77b4bf97b8a5a26874a5d3fa312a4ce0b040c8d
parentdb0201795f4b67d119be8cb0a734c52d7d65dbe3
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>

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