whole_archive_flag_spec. Missing backport reported by Ralf Menzel
<menzel@ls6.cs.uni-dortmund.de>.
2004-12-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * libtool.m4 [solaris] (AC_LIBTOOL_PROG_LD_SHLIBS): Use ${wl} for
+ whole_archive_flag_spec. Missing backport reported by Ralf Menzel
+ <menzel@ls6.cs.uni-dortmund.de>.
* tests/demo-nopic.test [solaris, sunos]: Skip test.
case $host_os in
solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
*) # Supported since Solaris 2.6 (maybe 2.5.1?)
- _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
+ _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' ;;
esac
_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
;;