]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_CONFIG) <fix_srcfile_path>: This
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 29 Mar 2007 17:11:51 +0000 (17:11 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 29 Mar 2007 17:11:51 +0000 (17:11 +0000)
variable needs escaping, too.
Report by Akim Demaille.

ChangeLog
libtool.m4

index a2f21b268887347600416de6767e8f608323bbbd..fc45f81ac4acec029e72c5d465bb2f7c0a952b50 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-03-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * libtool.m4 (AC_LIBTOOL_CONFIG) <fix_srcfile_path>: This
+       variable needs escaping, too.
+       Report by Akim Demaille.
+
 2007-03-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * mdemo/Makefile.am (libmlib_la_LDFLAGS): Add
index cd5d4ba134f26ec6ed1cd2d6896d99261655c528..fb8fc7fd9093603818107ba2f141d02476b87bbc 100644 (file)
@@ -4266,6 +4266,7 @@ if test -f "$ltmain"; then
     _LT_AC_TAGVAR(module_cmds, $1) \
     _LT_AC_TAGVAR(module_expsym_cmds, $1) \
     _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
+    _LT_AC_TAGVAR(fix_srcfile_path, $1) \
     _LT_AC_TAGVAR(exclude_expsyms, $1) \
     _LT_AC_TAGVAR(include_expsyms, $1); do
 
@@ -4637,7 +4638,7 @@ sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
 
 # Fix the shell variable \$srcfile for the compiler.
-fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
+fix_srcfile_path=$lt_fix_srcfile_path
 
 # Set to yes if exported symbols are required.
 always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)