From: Gary V. Vaughan Date: Sun, 27 Jan 2008 07:13:04 +0000 (+0000) Subject: * libtoolize (func_fixup_Makefile, func_massage_aclocal_DATA) X-Git-Tag: release-2-1b~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83e9d92589a6104cff7a52f77cea0e89f2943a90;p=thirdparty%2Flibtool.git * libtoolize (func_fixup_Makefile, func_massage_aclocal_DATA) (func_massage_pkgltdl_files, func_massage_pkgconfig_files): Add missing $opt_debug. --- diff --git a/ChangeLog b/ChangeLog index 1620027f7..f7c226452 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-01-27 Gary V. Vaughan + + * 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 * libtoolize.m4sh (Main): Copy (or link) libltdl sources diff --git a/libtoolize.m4sh b/libtoolize.m4sh index 2969253f3..db6868e9f 100644 --- a/libtoolize.m4sh +++ b/libtoolize.m4sh @@ -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"