diff options
author | Andy Wingo <wingo@pobox.com> | 2015-10-25 10:49:41 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-10-25 10:55:14 +0000 |
commit | 95ac2204d9084a01677fff9eb2669c495bd07d3d (patch) | |
tree | b603eaaf67caaab75489478ab51605a70be006fa /gnulib-local | |
parent | 1c9e23c0901363ff24c1dc4e085e7ed68cb81e6d (diff) |
Revert "Update Gnulib to v0.1-603-g1d16a7b"
This reverts commit 2d4da30fdefbcdb065d4b1f48f2a77d06f69e3c3.
This Gnulib update was causing failures related to timezones in
stime.c. I tried to fix it by adopting the time_rz module from gnulib
but that then caused other failures. We can try again later.
Diffstat (limited to 'gnulib-local')
-rw-r--r-- | gnulib-local/build-aux/git-version-gen.diff | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gnulib-local/build-aux/git-version-gen.diff b/gnulib-local/build-aux/git-version-gen.diff index e15acf336..f875f49d9 100644 --- a/gnulib-local/build-aux/git-version-gen.diff +++ b/gnulib-local/build-aux/git-version-gen.diff @@ -4,15 +4,15 @@ Remove when integrated in Gnulib. --- a/build-aux/git-version-gen +++ b/build-aux/git-version-gen -@@ -86,6 +86,7 @@ +@@ -86,6 +86,7 @@ Print a version string. Options: - --prefix PREFIX prefix of git tags (default 'v') + --prefix prefix of git tags (default 'v') + --match pattern for git tags to match (default: '\$prefix*') - --fallback VERSION - fallback version to use if \"git --version\" fails + --fallback fallback version to use if \"git --version\" fails -@@ -97,11 +98,15 @@ + --help display this help and exit +@@ -96,11 +97,15 @@ Running without arguments will suffice in most cases." prefix=v fallback= @@ -28,7 +28,7 @@ Remove when integrated in Gnulib. --fallback) shift; fallback="$1";; -*) echo "$0: Unknown option '$1'." >&2 -@@ -125,6 +130,7 @@ +@@ -124,6 +129,7 @@ if test "x$tarball_version_file" = x; then exit 1 fi @@ -36,7 +36,7 @@ Remove when integrated in Gnulib. tag_sed_script="${tag_sed_script:-s/x/x/}" nl=' -@@ -155,7 +161,7 @@ +@@ -154,7 +160,7 @@ then # directory, and "git describe" output looks sensible, use that to # derive a version string. elif test "`git log -1 --pretty=format:x . 2>&1`" = x \ |