From: Gary V. Vaughan Date: Tue, 18 Nov 2014 16:39:21 +0000 (+0000) Subject: bootstrap: add missing debug preambles. X-Git-Tag: v2.4.4~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d913552ff4c41cf16184f2909f04120829d0c28;p=thirdparty%2Flibtool.git bootstrap: add missing debug preambles. * bootstrap.conf (libtool_prep, func_require_ltdl_dir) (libtool_require_package_url): Add missing $debug_cmd calls. Signed-off-by: Gary V. Vaughan --- diff --git a/bootstrap.conf b/bootstrap.conf index c8614cbd7..2e99673c4 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -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