* libtoolize (func_fixup_Makefile, func_massage_aclocal_DATA)

(func_massage_pkgltdl_files, func_massage_pkgconfig_files):
Add missing $opt_debug.
This commit is contained in:
Gary V. Vaughan 2008-01-27 07:13:04 +00:00
parent 57e5b9b815
commit 83e9d92589
2 changed files with 10 additions and 0 deletions

View File

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

View 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"