diff options
author | ivmai <ivmai> | 2010-01-29 20:50:54 +0000 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2011-07-26 21:06:52 +0400 |
commit | 971dfe508a751f08dbd7adca0aab472439929f2e (patch) | |
tree | f71ffc8ca5fee5a5cd390bef328564fe0c1210c0 /install-sh | |
parent | af985d2adc340508a6a09405456aa38fa2aa2600 (diff) | |
download | bdwgc-971dfe508a751f08dbd7adca0aab472439929f2e.tar.gz |
2010-01-29 Ivan Maidanski <ivmai@mail.ru>
* Makefile.in: Regenerate (by autoreconf -vif using
libtool-2.2.6b, automake-1.11.1, autoconf-2.65).
* aclocal.m4: Ditto.
* compile: Ditto.
* config.guess: Ditto.
* config.sub: Ditto.
* configure: Ditto.
* depcomp: Ditto.
* install-sh: Ditto.
* ltmain.sh: Ditto.
* missing: Ditto.
* mkinstalldirs: Ditto.
Diffstat (limited to 'install-sh')
-rwxr-xr-x | install-sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2006-12-25.00 +scriptversion=2009-04-28.21; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -515,5 +515,6 @@ done # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-end: "$" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" # End: |