+2005-03-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS):
+ Merge `-z option' as well for the benefit of Solaris link flags. Pass
+ whole-archive (-zallextract, -zdefaultextract) options in the hope of
+ unique libraries, for the Sun Fortran 95 8.0 compiler. Bug reported
+ against Libtool by Yury Puhalsky <pooh@cryptopro.ru>.
+
2005-03-22 Paul Eggert <eggert@cs.ucla.edu>
* NEWS: The configure command now warns you if you attempt to use
-lkernel32)
test x"$CYGWIN" != xyes && ac_cv_[]_AC_LANG_ABBREV[]_libs="$ac_cv_[]_AC_LANG_ABBREV[]_libs $ac_arg"
;;
- -[[LRuY]])
+ -[[LRuYz]])
# These flags, when seen by themselves, take an argument.
# We remove the space between option and argument and re-iterate
# unless we find an empty arg or a new option (starting with -)
_AC_LIST_MEMBER_IF($ac_arg, $ac_cv_[]_AC_LANG_ABBREV[]_libs, ,
ac_cv_[]_AC_LANG_ABBREV[]_libs="$ac_cv_[]_AC_LANG_ABBREV[]_libs $ac_arg")
;;
+ -zallextract*| -zdefaultextract)
+ ac_cv_[]_AC_LANG_ABBREV[]_libs="$ac_cv_[]_AC_LANG_ABBREV[]_libs $ac_arg"
+ ;;
# Ignore everything else.
esac
done