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".
+2020-04-13 Akim Demaille <akim@lrde.epita.fr>
+
+ 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".
+
2020-04-12 Bruno Haible <bruno@clisp.org>
explicit_bzero: Add tests.
#! /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.
# 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