libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.4.3-34-gbedb0e7


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.3-34-gbedb0e7
Date: Tue, 18 Nov 2014 17:11:48 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  bedb0e786680ede6a9aae6ea7125fc9a232224c6 (commit)
       via  6d913552ff4c41cf16184f2909f04120829d0c28 (commit)
      from  8c2154fb4e80967b50b98c7327ff1465d3315f3f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bedb0e786680ede6a9aae6ea7125fc9a232224c6
Author: Gary V. Vaughan <address@hidden>
Date:   Tue Nov 18 17:08:33 2014 +0000

    bootstrap: make sure gnulib file droppings are removed.
    
    * bootstrap.conf (libtool_cleanup_empty_dirs): Recent bootstrap
    updates set source_base to null, so we need to use ${x:-y} to
    override the null.  Autoconf Shellology says that ancient BSD
    /bin/sh chokes on :- defaults, but bootstrap is a developer tool,
    and so we can reasonably expect a developer to have a working
    /bin/sh to run the bootstrap script.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

commit 6d913552ff4c41cf16184f2909f04120829d0c28
Author: Gary V. Vaughan <address@hidden>
Date:   Tue Nov 18 16:39:21 2014 +0000

    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 <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 bootstrap.conf |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index c8614cb..9606e64 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}' \
@@ -307,7 +309,8 @@ libtool_cleanup_empty_dirs ()
 {
     $debug_cmd
 
-    my_gnulib_source=${source_base-'lib'}
+    my_gnulib_source=${source_base:-'lib'}
+
     if test -d "$my_gnulib_source"; then
       rm -f "$my_gnulib_source/.gitignore" "$my_gnulib_source/Makefile.am" || 
exit 1
       rmdir "$my_gnulib_source" || exit 1
@@ -327,6 +330,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 +358,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


hooks/post-receive
-- 
GNU Libtool



reply via email to

[Prev in Thread] Current Thread [Next in Thread]