]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
fix underquoting and ignore -lcrtbegin for MacOS X
authorSteven G. Johnson <stevenj@alum.mit.edu>
Tue, 7 Oct 2003 17:02:16 +0000 (17:02 +0000)
committerSteven G. Johnson <stevenj@alum.mit.edu>
Tue, 7 Oct 2003 17:02:16 +0000 (17:02 +0000)
ChangeLog
lib/autoconf/fortran.m4

index c660f5b62b90bc65ef6ff3fd1615fc322b5a0055..fe12383eb4ca3226ee1005b1b0111b9139408b9a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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
index a9df8a6ff5bdb30929b6e8eb3684b85e77099ffc..02131d0deb086cb1071f260b8618886a6a2264a0 100644 (file)
@@ -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"