summaryrefslogtreecommitdiff
path: root/install-sh
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson glennrp@comcast.net <glennrp at users.sourceforge.net>2009-07-11 09:07:35 -0500
committerGlenn Randers-Pehrson glennrp@comcast.net <glennrp at users.sourceforge.net>2009-07-11 09:07:35 -0500
commit64c72bb9194ddf24321d4343d9fe9697b55290ee (patch)
tree9152d6bb561e14fb351e0f731fa0747cc272f32a /install-sh
parentfec191d3cce7dc3cdfa12af6ad686c3f10436a9f (diff)
downloadlibpng-64c72bb9194ddf24321d4343d9fe9697b55290ee.tar.gz
[master] Updated configuration scripts to autoconf-2.63
from autoconf-2.62
Diffstat (limited to 'install-sh')
-rwxr-xr-xinstall-sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/install-sh b/install-sh
index a5897de6e..6781b987b 100755
--- a/install-sh
+++ b/install-sh
@@ -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: