comparison mkinstalldirs @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
1 #! /bin/sh 1 #! /bin/sh
2 # mkinstalldirs --- make directory hierarchy 2 # mkinstalldirs --- make directory hierarchy
3 3
4 scriptversion=2005-06-29.22 4 scriptversion=2009-04-28.21; # UTC
5 5
6 # Original author: Noah Friedman <friedman@prep.ai.mit.edu> 6 # Original author: Noah Friedman <friedman@prep.ai.mit.edu>
7 # Created: 1993-05-16 7 # Created: 1993-05-16
8 # Public domain. 8 # Public domain.
9 # 9 #
10 # This file is maintained in Automake, please report 10 # This file is maintained in Automake, please report
11 # bugs to <bug-automake@gnu.org> or send patches to 11 # bugs to <bug-automake@gnu.org> or send patches to
12 # <automake-patches@gnu.org>. 12 # <automake-patches@gnu.org>.
13 13
14 nl='
15 '
16 IFS=" "" $nl"
14 errstatus=0 17 errstatus=0
15 dirmode= 18 dirmode=
16 19
17 usage="\ 20 usage="\
18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... 21 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
152 # mode: shell-script 155 # mode: shell-script
153 # sh-indentation: 2 156 # sh-indentation: 2
154 # eval: (add-hook 'write-file-hooks 'time-stamp) 157 # eval: (add-hook 'write-file-hooks 'time-stamp)
155 # time-stamp-start: "scriptversion=" 158 # time-stamp-start: "scriptversion="
156 # time-stamp-format: "%:y-%02m-%02d.%02H" 159 # time-stamp-format: "%:y-%02m-%02d.%02H"
157 # time-stamp-end: "$" 160 # time-stamp-time-zone: "UTC"
161 # time-stamp-end: "; # UTC"
158 # End: 162 # End: