Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/install-sh
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2009-08-31 22:03:33 +0200
committerArthur de Jong <arthur@arthurdejong.org>2009-08-31 22:03:33 +0200
commite4f7e00a9e435fcf77f2f08264c5d2788a82c297 (patch)
tree0a816e15fde147cfe385f8feb91237b5c88a4931 /install-sh
parentd82b61ae5518f03f5df18b5d132f103a88bf9777 (diff)
upgrade to using automake 1.11
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@979 ef36b2f9-881f-0410-afb5-c4e39611909c
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 a5897de..6781b98 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: