From: Paul Eggert Date: Sat, 29 Sep 2001 05:53:02 +0000 (+0000) Subject: * lib/mkinstalldirs: Use "mkdir -p" if it works, as that fixes X-Git-Tag: Release-1-5b~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f91916c9181c9bc43a5183917f9e5635d87524f;p=thirdparty%2Fautomake.git * 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 Add `-m' flag to specify the mode of a newly created directory. Add command line usage and `-h', `--help' options. Contributed by Jeff Garzik. --- diff --git a/ChangeLog b/ChangeLog index 869209cf8..fa586a015 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2001-09-29 Paul Eggert + + * 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 + + 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 * m4/cond.m4, m4/init.m4, m4/header.m4: Remove Autoconf 2.13 code.