README.Git: Advance to Gnulib commit 9ce9be2ef0cb ("autoupdate").
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 4 Jul 2019 23:23:06 +0000 (16:23 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 4 Jul 2019 23:23:06 +0000 (16:23 -0700)
A recent commit to PSPP depended on a more recent version of Gnulib that
includes Gnulib commit 3cd207e1d0fd ("fatal-signal: Pass the signal number
to the action.") but the PSPP commit did not actually advance the Gnulib
dependency to that commit.  This commit does that (actually it advances to
Gnulib tip of master).

Fixes: 21d2449f801c ("unlink_replace_files: Change signature to avoid compiler warning.")
README.Git

index d8e31afed41c6bbc5ed4380b65626734ae0ff457..68cc4d8f773e4709d30c60ac10a1f83bfe956c8c 100644 (file)
@@ -36,14 +36,11 @@ This version of PSPP should work with the Gnulib commit shown below.
 Gnulib does not maintain a stable API or ABI, so it is possible that
 PSPP will not work with older or newer versions of Gnulib.
 
-       commit 6ccfbb4ce5d4fa79f7afb48f3648f2e0401523c3
-       Author: Paul Eggert <eggert@cs.ucla.edu>
-       Date:   Sat Nov 3 23:31:33 2018 -0700
+    commit 9ce9be2ef0cb1180e35dfe9dfbbe90d774b374bd (HEAD, origin/master, origin/HEAD)
+    Author: Karl Berry <karl@freefriends.org>
+    Date:   Thu Jul 4 08:23:14 2019 -0700
 
-           parse-datetime: simplify test for mktime failure
-
-           * lib/parse-datetime.y (mktime_ok): Simplify.
-           Remove args TZ and T; no longer needed.  Callers changed.
+       autoupdate
 
 To clone Gnulib into a directory named "gnulib" using Git, and then
 check out this particular commit, run these commands: