mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
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 <gary@gnu.org>
This commit is contained in:
parent
8c2154fb4e
commit
6d913552ff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user