pkgvmacro_DATA is no longer set in the makefile.
* libtoolize.m4sh (func_massage_pkgvmacro_DATA): Use it and, for
consistency, renamed from this...
(func_massage_nobase_pkgvdata_DATA): ...to this. Adjust all
callers.
+2005-04-01 Gary V. Vaughan <gary@gnu.org>
+
+ * Makefile.am (libtoolize): Substitute $(nobase_pkgvdata_DATA).
+ pkgvmacro_DATA is no longer set in the makefile.
+ * libtoolize.m4sh (func_massage_pkgvmacro_DATA): Use it and, for
+ consistency, renamed from this...
+ (func_massage_nobase_pkgvdata_DATA): ...to this. Adjust all
+ callers.
+
2005-04-01 Gary V. Vaughan <gary@gnu.org>
Fix problems with serial comparison sed scripts, and factor out
input="libtoolize.m4sh"; \
ltdldatafiles=`cd libltdl; make show-ltdldatafiles`; \
$(edit) -e "s,@TIMESTAMP\@,$$TIMESTAMP,g" \
- -e 's,@pkgvmacro_DATA\@,$(pkgvmacro_DATA),g' \
+ -e 's,@nobase_pkgvdata_DATA\@,$(nobase_pkgvdata_DATA),g' \
-e "s,@pkgvltdl_files\@,`echo $$ltdldatafiles`,g" \
$(top_srcdir)/libtoolize.in > libtoolize.tmp
chmod a+x libtoolize.tmp
}
-# func_massage_pkgvmacro_DATA [glob_exclude]
-# @pkgvmacro_DATA\@ is substituted as per its value in Makefile.am; this
-# function massages it into a suitable format for func_copy_some_files.
-func_massage_pkgvmacro_DATA ()
+# func_massage_nobase_pkgvdata_DATA [glob_exclude]
+# @nobase_pkgvdata_DATA\@ is substituted as per its value in Makefile.am;
+# this function massages it into a suitable format for func_copy_some_files.
+func_massage_nobase_pkgvdata_DATA ()
{
pkgvmacro_files= # GLOBAL VAR
my_glob_exclude="$1"
# Massage a value for pkgvmacro_files from the value used in Makefile.am.
- for my_filename in @pkgvmacro_DATA@; do
+ for my_filename in @nobase_pkgvdata_DATA@; do
my_filename=`$ECHO "X$my_filename" | $Xsed -e "$basename"`
# ignore excluded filenames
func_massage_pkgvltdl_files
# libtool.m4 and ltdl.m4 are handled specially below
- func_massage_pkgvmacro_DATA 'libtool.m4|ltdl.m4'
+ func_massage_nobase_pkgvdata_DATA 'libtool.m4|ltdl.m4'
glob_exclude_pkgaux_files='config.guess|config.sub|install-sh|ltmain.sh'