]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtoolize (func_fixup_Makefile, func_massage_aclocal_DATA)
authorGary V. Vaughan <gary@gnu.org>
Sun, 27 Jan 2008 07:13:04 +0000 (07:13 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sun, 27 Jan 2008 07:13:04 +0000 (07:13 +0000)
(func_massage_pkgltdl_files, func_massage_pkgconfig_files):
Add missing $opt_debug.

ChangeLog
libtoolize.m4sh

index 1620027f7171fc58fcd4b8ee75e2098f69f4bbf1..f7c226452f88e7430fe990b50fc4c61f9e3f1012 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-01-27  Gary V. Vaughan  <gary@gnu.org>
+
+       * libtoolize (func_fixup_Makefile, func_massage_aclocal_DATA)
+       (func_massage_pkgltdl_files, func_massage_pkgconfig_files):
+       Add missing $opt_debug.
+
 2008-01-26  Gary V. Vaughan  <gary@gnu.org>
 
        * libtoolize.m4sh (Main): Copy (or link) libltdl sources
index 2969253f35333cb3418a296c283923aa58661054..db6868e9f0418fcd14ef602813325278ad9c3a1d 100644 (file)
@@ -323,6 +323,7 @@ func_copy_some_files ()
 # func_fixup_Makefile srcfile srcdir destdir
 func_fixup_Makefile ()
 {
+    $opt_debug
     my_filename="$1"
     my_srcdir="$2"
     my_destdir="$3"
@@ -981,6 +982,7 @@ func_check_macros ()
 # this function massages it into a suitable format for func_copy_some_files.
 func_massage_aclocal_DATA ()
 {
+    $opt_debug
     pkgmacro_files=     # GLOBAL VAR
 
     my_glob_exclude="$1"
@@ -1009,6 +1011,7 @@ func_massage_aclocal_DATA ()
 # function massages it into a suitable format for func_copy_some_files.
 func_massage_pkgltdl_files ()
 {
+    $opt_debug
     pkgltdl_files=     # GLOBAL VAR
 
     my_glob_exclude="$1"
@@ -1043,6 +1046,7 @@ func_massage_pkgltdl_files ()
 # function massages it into a suitable format for func_copy_some_files.
 func_massage_pkgconfig_files ()
 {
+    $opt_debug
     pkgconfig_files=   # GLOBAL VAR
 
     my_glob_exclude="$1"