]> 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:19:02 +0000 (13:19 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 24 Mar 2005 13:19:02 +0000 (13:19 +0000)
ChangeLog
libtoolize.m4sh

index 73aea7077d362c4743f3934c569829147884f94a..d94fbd36a1c4458053f0b2f6ab80e4a9ddf601dc 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: Fix a typo, s/pkgvltdldirs/pkgvdatadirs/.
        When using -I to test an uninstalled libtoolize, we need to add
        the config subdirectory to the search path so that ltmain.sh can
index a63933589a65620b509072de19f44a97f0c06911..1e2991f58ccbcc6cec2442d03f04092217bb112a 100644 (file)
@@ -110,6 +110,7 @@ configure_ac=configure.in
                        ;;
 
       --debug)         func_echo "enabling shell trace mode"
+                       libtoolize_flags="$libtoolize_flags --debug"
                        opt_debug='set -x'
                        $opt_debug
                        ;;