* libtool.m4 (_LT_AC_LANG_CXX_CONFIG) [hpux, linux, osf,

solaris]: Doh!  the evalled variable shouldn't have been
quoted.
This commit is contained in:
Gary V. Vaughan 2001-07-11 23:16:07 +00:00
parent f70bf484b3
commit cafb176ee8
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,9 @@
2001-07-11 Gary V. Vaughan <gary@gnu.org> 2001-07-11 Gary V. Vaughan <gary@gnu.org>
* libtool.m4 (_LT_AC_LANG_CXX_CONFIG) [hpux, linux, osf,
solaris]: Doh! the evalled variable shouldn't have been
quoted.
* libtool.m4 (_LT_AC_LANG_CXX_CONFIG) [hpux, linux, osf, * libtool.m4 (_LT_AC_LANG_CXX_CONFIG) [hpux, linux, osf,
solaris]: output_verbose_link_cmd have unquoted `*' in case solaris]: output_verbose_link_cmd have unquoted `*' in case
statements for these architectures. Be sure to quote them statements for these architectures. Be sure to quote them

3
libtool.m4 vendored
View File

@ -2870,8 +2870,7 @@ if AC_TRY_EVAL(ac_compile); then
# eval without this substitution. # eval without this substitution.
output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`" output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
for p in `eval "$output_verbose_link_cmd"`; do for p in `eval $output_verbose_link_cmd`; do
case $p in case $p in
-L* | -R* | -l*) -L* | -R* | -l*)