From fbde5c301e96ba06aadf69e8800afa376c866d72 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 29 Sep 2001 05:53:02 +0000 Subject: [PATCH] * 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. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 869209cf..fa586a01 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. -- 2.43.5