diff options
author | Joseph Myers <joseph@codesourcery.com> | 2016-12-21 16:05:55 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2016-12-21 16:05:55 +0000 |
commit | 7f7dd1d34c1cbf5714bb7bba34bc1f01cf6e2690 (patch) | |
tree | bdb0e9b958c68293f70075658019eb113db1e42f /scripts/install-sh | |
parent | 5625f666cead9f3c71e00696df2907120aef1f31 (diff) | |
download | glibc-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/install-sh')
-rwxr-xr-x | scripts/install-sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install-sh b/scripts/install-sh index 0b0fdcbba6..0360b79e7d 100755 --- a/scripts/install-sh +++ b/scripts/install-sh @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2013-12-25.23; # UTC +scriptversion=2016-01-11.22; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -496,6 +496,6 @@ done # 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: |