]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtoolize.m4sh: Propogate --debug flag to sub-libtoolizes.
authorGary V. Vaughan <gary@gnu.org>
Thu, 24 Mar 2005 13:20:53 +0000 (13:20 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 24 Mar 2005 13:20:53 +0000 (13:20 +0000)
ChangeLog
libtoolize.m4sh

index 42fe184637f1beae1632f4701cccfe840f99e6a8..3f4478277fbbdbf3617cadf8ef8f9ead52cf6e50 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-03-24  Gary V. Vaughan  <gary@gnu.org>
 
+       * libtoolize.m4sh: Propogate --debug flag to sub-libtoolizes.
+
        * libtoolize.m4sh: For verbose mode, explain why macro files are
        not installed without an AC_CONFIG_MACRO_DIR declaration.
 
index ab9cf2dc81ea6c041977484d38ad6e7c5a133bf0..8d6ae1e6e5732e6c7255d976b3bbf593e7e246c8 100644 (file)
@@ -109,6 +109,7 @@ configure_ac=configure.in
                        ;;
 
       --debug)         func_echo "enabling shell trace mode"
+                       libtoolize_flags="$libtoolize_flags --debug"
                        opt_debug='set -x'
                        $opt_debug
                        ;;