about summary refs log tree commit diff
path: root/scripts/move-if-change
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2016-12-21 16:05:55 +0000
committerJoseph Myers <joseph@codesourcery.com>2016-12-21 16:05:55 +0000
commit7f7dd1d34c1cbf5714bb7bba34bc1f01cf6e2690 (patch)
treebdb0e9b958c68293f70075658019eb113db1e42f /scripts/move-if-change
parent5625f666cead9f3c71e00696df2907120aef1f31 (diff)
downloadglibc-7f7dd1d34c1cbf5714bb7bba34bc1f01cf6e2690.tar.gz
glibc-7f7dd1d34c1cbf5714bb7bba34bc1f01cf6e2690.tar.xz
glibc-7f7dd1d34c1cbf5714bb7bba34bc1f01cf6e2690.zip
Update miscellaneous files from upstream sources.
This patch updates texinfo.tex and various miscellaneous scripts to
their latest upstream versions.  (There may be another update in early
January to bring in 2017 copyright dates, if the upstream versions get
updated with such dates promptly.)

Tested for x86_64.

	* manual/texinfo.tex: Update to version 2016-09-18.18 with
	trailing whitespace removed.
	* scripts/config.guess: Update to version 2016-10-02.
	* scripts/config.sub: Update to version 2016-11-19.
	* scripts/install-sh: Update to version 2016-01-11.22.
	* scripts/mkinstalldirs: Update to version 2016-01-11.22.
	* scripts/move-if-change: Update to version 2016-01-11 22:04.
Diffstat (limited to 'scripts/move-if-change')
-rwxr-xr-xscripts/move-if-change4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/move-if-change b/scripts/move-if-change
index cd744a92f3..e3fe71d18f 100755
--- a/scripts/move-if-change
+++ b/scripts/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: