coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] gnulib: update to the latest


From: Pádraig Brady
Subject: [PATCH] gnulib: update to the latest
Date: Sat, 19 Jan 2019 21:14:30 -0800

* gnulib: Update to a version supporting GNULIB_NO_VLA
* bootstrap: Sync with latest
---
 bootstrap | 12 +++++++++++-
 gnulib    |  2 +-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/bootstrap b/bootstrap
index c13b486..5b08e7e 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Print a version string.
-scriptversion=2018-10-13.05; # UTC
+scriptversion=2019-01-04.17; # UTC
 
 # Bootstrap this package from checked-out sources.
 
@@ -963,6 +963,16 @@ fi
 bootstrap_post_import_hook \
   || die "bootstrap_post_import_hook failed"
 
+# Don't proceed if there are uninitialized submodules.  In particular,
+# the next step will remove dangling links, which might be links into
+# uninitialized submodules.
+#
+# Uninitialized submodules are listed with an initial dash.
+if $use_git && git submodule | grep '^-' >/dev/null; then
+  die "some git submodules are not initialized. "     \
+      "Run 'git submodule init' and bootstrap again."
+fi
+
 # Remove any dangling symlink matching "*.m4" or "*.[ch]" in some
 # gnulib-populated directories.  Such .m4 files would cause aclocal to fail.
 # The following requires GNU find 4.2.3 or newer.  Considering the usual
diff --git a/gnulib b/gnulib
index 4652c7b..8da562a 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 4652c7bafa60332145f1e05a7de5f48e1bc56226
+Subproject commit 8da562a8ae58c5924b560c57e0e2bd88156ac9bd
-- 
2.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]