summaryrefslogtreecommitdiff
path: root/build-aux/depcomp
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-05-05 05:40:15 -0700
committerKarl Berry <karl@freefriends.org>2009-05-05 05:40:15 -0700
commita556453c32061f4723bd672695e02581fc662890 (patch)
tree1a063628559a8161ec8a025874caa05ad7cc9030 /build-aux/depcomp
parent67a85c2b8a870d5f34acbc699f6c429b865b4d10 (diff)
downloadgnulib-a556453c32061f4723bd672695e02581fc662890.tar.gz
autoupdate
Diffstat (limited to 'build-aux/depcomp')
-rwxr-xr-xbuild-aux/depcomp5
1 files changed, 3 insertions, 2 deletions
diff --git a/build-aux/depcomp b/build-aux/depcomp
index 9ebfd8524f..20164e4371 100755
--- a/build-aux/depcomp
+++ b/build-aux/depcomp
@@ -1,7 +1,7 @@
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
-scriptversion=2009-04-22.22
+scriptversion=2009-04-28.21; # UTC
# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free
# Software Foundation, Inc.
@@ -625,5 +625,6 @@ exit 0
# 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: