diff options
author | Eric Blake <eblake@redhat.com> | 2016-03-08 16:01:34 -0700 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2016-03-09 09:57:55 -0700 |
commit | e735d417fb2e5c7427b3622f2a78e65e450b49a8 (patch) | |
tree | 1662c6f45a4df783d97e160d9024adf3a4fe1fd5 /bootstrap | |
parent | 68ede201e8890b757aa37d72ce4dca872155f7db (diff) | |
download | coreutils-e735d417fb2e5c7427b3622f2a78e65e450b49a8.tar.xz |
build: update gnulib submodule to latest
Mainly for:
*bdb72bc6 set-permissions: fix compilation on Cygwin
* bootstrap: Sync with gnulib.
* gl/lib/regcomp.c.diff: Regenerate against latest gnulib.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Print a version string. -scriptversion=2014-12-08.12; # UTC +scriptversion=2016-01-24.06; # UTC # Bootstrap this package from checked-out sources. @@ -42,7 +42,7 @@ export LC_ALL local_gl_dir=gl -# Honour $PERL, but work even if there is none +# Honor $PERL, but work even if there is none. PERL="${PERL-perl}" me=$0 @@ -1021,6 +1021,6 @@ echo "$0: done. Now you can run './configure'." # 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: |