summaryrefslogtreecommitdiff
path: root/build-aux/bootstrap
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-04-13 17:39:38 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-04-13 17:40:20 +0200
commit64e1ff019f9318c63da67d5396ac49a0df53437c (patch)
tree270933d83823f1d408d77f98777672ee91a43375 /build-aux/bootstrap
parent7397561e64f9b96a4a1638117ce18d06133a60f1 (diff)
downloadgnulib-64e1ff019f9318c63da67d5396ac49a0df53437c.tar.gz
bootstrap: recommend git submodule update --init
Reported by Bruno Haible. <https://lists.gnu.org/r/bug-gnulib/2020-03/msg00101.html> * build-aux/bootstrap: recommand "git submodule update --init" rather than "git submodule init".
Diffstat (limited to 'build-aux/bootstrap')
-rwxr-xr-xbuild-aux/bootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/bootstrap b/build-aux/bootstrap
index 70fd73cc74..8f76d69621 100755
--- a/build-aux/bootstrap
+++ b/build-aux/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