solaris]: Doh! the evalled variable shouldn't have been
quoted.
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,
solaris]: output_verbose_link_cmd have unquoted `*' in case
statements for these architectures. Be sure to quote them
# 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*)