From: Gary V. Vaughan Date: Wed, 11 Jul 2001 23:16:07 +0000 (+0000) Subject: * libtool.m4 (_LT_AC_LANG_CXX_CONFIG) [hpux, linux, osf, X-Git-Tag: release-1-4d~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cafb176ee8f0492f26911816010e001dc8f94718;p=thirdparty%2Flibtool.git * libtool.m4 (_LT_AC_LANG_CXX_CONFIG) [hpux, linux, osf, solaris]: Doh! the evalled variable shouldn't have been quoted. --- diff --git a/ChangeLog b/ChangeLog index 7c9e499eb..03071c1a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2001-07-11 Gary V. Vaughan + * 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, solaris]: output_verbose_link_cmd have unquoted `*' in case statements for these architectures. Be sure to quote them diff --git a/libtool.m4 b/libtool.m4 index 07d59509e..131d26297 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -2870,8 +2870,7 @@ if AC_TRY_EVAL(ac_compile); then # eval without this substitution. 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 -L* | -R* | -l*)