summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2020-08-23 02:35:15 -0700
committerJim Meyering <meyering@fb.com>2020-08-23 03:42:04 -0700
commit7ded8efd721ce2abf2b781931e0a0bdd46b156d7 (patch)
treec79013925805694158aad78cf3134ac60e35c07c /bootstrap
parent7798d03901387024ec7f9aac7d8816824bcbca18 (diff)
downloadgrep-7ded8efd721ce2abf2b781931e0a0bdd46b156d7.tar.gz
build: update gnulib to latest
* gnulib: Update submodule to latest. * bootstrap.conf (gnulib_modules): Add explicit dependency on dirname-lgpl. Before, we pulled this in via a dependency. * bootstrap: Update from gnulib.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 70fd73cc..8f76d696 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
# Print a version string.
-scriptversion=2019-01-04.17; # UTC
+scriptversion=2020-04-13.15; # UTC
# Bootstrap this package from checked-out sources.
@@ -970,7 +970,7 @@ bootstrap_post_import_hook \
# 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."
+ "Run 'git submodule update --init' and bootstrap again."
fi
# Remove any dangling symlink matching "*.m4" or "*.[ch]" in some