summaryrefslogtreecommitdiff
path: root/build-aux/move-if-change
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-01-12 13:04:17 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-01-12 13:04:34 -0800
commit0ed0a9b7f09495394dc9b60a9f7c937679c49afe (patch)
tree8159ecfa365c670f7da065d63dff47627b1dcdd3 /build-aux/move-if-change
parentc3528f1e20db17b66eed5127905222a4a26a05fd (diff)
downloademacs-0ed0a9b7f09495394dc9b60a9f7c937679c49afe.tar.gz
Merge from gnulib
This mostly just changes "UTC" to "UTC0" for POSIX conformance. It also updates to the latest version of texinfo.tex. * build-aux/gitlog-to-changelog, build-aux/move-if-change: * build-aux/update-copyright, doc/misc/texinfo.tex: Update from gnulib.
Diffstat (limited to 'build-aux/move-if-change')
-rwxr-xr-xbuild-aux/move-if-change4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/move-if-change b/build-aux/move-if-change
index cd744a92f36..e3fe71d18f5 100755
--- a/build-aux/move-if-change
+++ b/build-aux/move-if-change
@@ -2,7 +2,7 @@
# Like mv $1 $2, but if the files are the same, just delete $1.
# Status is zero if successful, nonzero otherwise.
-VERSION='2012-01-06 07:23'; # UTC
+VERSION='2016-01-11 22:04'; # UTC
# The definition above must lie within the first 8 lines in order
# for the Emacs time-stamp write hook (at end) to update it.
# If you change this file with Emacs, please let the write hook
@@ -78,6 +78,6 @@ fi
## eval: (add-hook 'write-file-hooks 'time-stamp)
## time-stamp-start: "VERSION='"
## time-stamp-format: "%:y-%02m-%02d %02H:%02M"
-## time-stamp-time-zone: "UTC"
+## time-stamp-time-zone: "UTC0"
## time-stamp-end: "'; # UTC"
## End: