]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
bootstrap: gnulib_tool=true means no gnulib submodule.
authorGary V. Vaughan <gary@gnu.org>
Thu, 29 Aug 2013 13:44:42 +0000 (20:44 +0700)
committerGary V. Vaughan <gary@gnu.org>
Thu, 29 Aug 2013 13:44:42 +0000 (20:44 +0700)
* gl/build-aux/bootstrap.in (func_require_gnulib_tool): No
sneaking off and cloning gnulib when the user already specified
gnulib_tool=true in their bootstrap.conf!
* bootstrap: Regenerate.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
bootstrap
gl/build-aux/bootstrap.in

index 006cde31274011b11c5b47978d14af1a46e50be2..fec6f33e3613ab4837778bba89ce667bc3a126b1 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -2203,7 +2203,7 @@ test extract-trace = "$progname" && func_main "$@"
 # End:
 
 # Set a version string for *this* script.
-scriptversion=2013-08-23.20; # UTC
+scriptversion=2013-08-29.21; # UTC
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -3661,9 +3661,8 @@ func_require_gnulib_tool ()
 {
     $debug_cmd
 
-    $require_gnulib_submodule
-
     test true = "$gnulib_tool" || {
+      $require_gnulib_submodule
       $require_gnulib_path
 
       test -n "$gnulib_tool" \
index b364cc7509a2da72e935612dce2bcaaa3e3fc6f1..4102144d0fadec6aea41124bca7cb970fa34b4f3 100755 (executable)
@@ -13,7 +13,7 @@
 . `echo "$0" |${SED-sed} 's|[^/]*$||'`"extract-trace"
 
 # Set a version string for *this* script.
-scriptversion=2013-08-23.20; # UTC
+scriptversion=2013-08-29.21; # UTC
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -1471,9 +1471,8 @@ func_require_gnulib_tool ()
 {
     $debug_cmd
 
-    $require_gnulib_submodule
-
     test true = "$gnulib_tool" || {
+      $require_gnulib_submodule
       $require_gnulib_path
 
       test -n "$gnulib_tool" \