From: Ralf Wildenhues Date: Thu, 29 Mar 2007 17:11:51 +0000 (+0000) Subject: * libtool.m4 (AC_LIBTOOL_CONFIG) : This X-Git-Tag: release-1-5-24~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec537e822c7662aee7792392928fde8d5f8b2292;p=thirdparty%2Flibtool.git * libtool.m4 (AC_LIBTOOL_CONFIG) : This variable needs escaping, too. Report by Akim Demaille. --- diff --git a/ChangeLog b/ChangeLog index a2f21b268..fc45f81ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-03-29 Ralf Wildenhues + + * libtool.m4 (AC_LIBTOOL_CONFIG) : This + variable needs escaping, too. + Report by Akim Demaille. + 2007-03-18 Ralf Wildenhues * mdemo/Makefile.am (libmlib_la_LDFLAGS): Add diff --git a/libtool.m4 b/libtool.m4 index cd5d4ba13..fb8fc7fd9 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -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)