]> Savannah Git Hosting - gnulib.git/commitdiff
bootstrap: recommend git submodule update --init
authorAkim Demaille <akim.demaille@gmail.com>
Mon, 13 Apr 2020 15:39:38 +0000 (17:39 +0200)
committerAkim Demaille <akim.demaille@gmail.com>
Mon, 13 Apr 2020 15:40:20 +0000 (17:40 +0200)
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".

ChangeLog
build-aux/bootstrap

index 25ce2691297e0cbe1b310e581a127b56909fd666..a107fd5b647d4ae4a82f2ae40077f6aa782ee74d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
index 70fd73cc745073f9e5bced1137a6c5115b6d7b6c..8f76d696213ae5b1827b44c351e7c667f498cbd7 100755 (executable)
@@ -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