]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
bootstrap: add missing debug preambles.
authorGary V. Vaughan <gary@gnu.org>
Tue, 18 Nov 2014 16:39:21 +0000 (16:39 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 18 Nov 2014 16:39:21 +0000 (16:39 +0000)
* bootstrap.conf (libtool_prep, func_require_ltdl_dir)
(libtool_require_package_url): Add missing $debug_cmd calls.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
bootstrap.conf

index c8614cbd775401888d1f54044ef3bf5f0fd9897e..2e99673c4cb4828e7bc44fda3e3303aef4b77efc 100644 (file)
@@ -1,4 +1,4 @@
-# bootstrap.conf (GNU Libtool) version 2011-11-24
+# bootstrap.conf (GNU Libtool) version 2014-11-18
 #
 # Copyright (C) 2010-2014 Free Software Foundation, Inc.
 # Written by Gary V. Vaughan, 2010
@@ -138,6 +138,8 @@ func_libtoolize ()
 # validation.
 libtool_prep ()
 {
+    $debug_cmd
+
     # initial clean-up of checked out tree
     find . -depth \( -name autom4te.cache -o -name libtool \) -print \
       | grep -v '{arch}' \
@@ -327,6 +329,8 @@ func_add_hook func_fini libtool_cleanup_empty_dirs
 require_ltdl_dir=func_require_ltdl_dir
 func_require_ltdl_dir ()
 {
+    $debug_cmd
+
     $require_configure_ac
 
     func_extract_trace LT_CONFIG_LTDL_DIR
@@ -353,6 +357,8 @@ func_require_ltdl_dir ()
 require_package_url=libtool_require_package_url
 libtool_require_package_url ()
 {
+    $debug_cmd
+
     $require_configure_ac
 
     func_extract_trace AC_INIT