From: Steven G. Johnson Date: Tue, 7 Oct 2003 17:02:16 +0000 (+0000) Subject: fix underquoting and ignore -lcrtbegin for MacOS X X-Git-Tag: AUTOCONF-2.57g~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cb27aa8a2329b7ac6bd09093a20b2fd65a5f06d;p=thirdparty%2Fautoconf.git fix underquoting and ignore -lcrtbegin for MacOS X --- diff --git a/ChangeLog b/ChangeLog index c660f5b6..fe12383e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-10-06 Gary V. Vaughan + + * 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 * lib/autoconf/fortran.m4 (_AC_PROG_FC_G): Use language-specific diff --git a/lib/autoconf/fortran.m4 b/lib/autoconf/fortran.m4 index a9df8a6f..02131d0d 100644 --- a/lib/autoconf/fortran.m4 +++ b/lib/autoconf/fortran.m4 @@ -633,7 +633,7 @@ while test $[@%:@] != 1; do [_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"