+2003-10-06 Gary V. Vaughan <gary@gnu.org>
+
+ * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Add
+ -lcrtbegin.o to list of ignored flags and fix underquoting of
+ -lcrt[01].o.
+
2003-10-04 Steven G. Johnson <stevenj@ab-initio.mit.edu>
* lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific
[_AC_LINKER_OPTION([$ac_arg], ac_cv_[]_AC_LANG_ABBREV[]_libs)])
;;
# Ignore these flags.
- -lang* | -lcrt[01].o | -lc | -lgcc | -libmil | -LANG:=*)
+ -lang* | -lcrt[[01]].o | -lcrtbegin.o | -lc | -lgcc | -libmil | -LANG:=*)
;;
-lkernel32)
test x"$CYGWIN" != xyes && ac_cv_[]_AC_LANG_ABBREV[]_libs="$ac_cv_[]_AC_LANG_ABBREV[]_libs $ac_arg"