about summary refs log tree commit diff
path: root/scripts/mkinstalldirs
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/mkinstalldirs
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/mkinstalldirs')
-rwxr-xr-xscripts/mkinstalldirs4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mkinstalldirs b/scripts/mkinstalldirs
index 55d537f872..a31ce6d029 100755
--- a/scripts/mkinstalldirs
+++ b/scripts/mkinstalldirs
@@ -1,7 +1,7 @@
 #! /bin/sh
 # mkinstalldirs --- make directory hierarchy
 
-scriptversion=2009-04-28.21; # UTC
+scriptversion=2016-01-11.22; # UTC
 
 # Original author: Noah Friedman <friedman@prep.ai.mit.edu>
 # Created: 1993-05-16
@@ -157,6 +157,6 @@ exit $errstatus
 # eval: (add-hook 'write-file-hooks 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
+# time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End: