From: Ralf Wildenhues Date: Thu, 12 Jan 2006 19:43:29 +0000 (+0000) Subject: * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore X-Git-Tag: AUTOCONF-2.59c~195 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9aa4f267b4c0cc9dcd6bcf969effff5e846d6a29;p=thirdparty%2Fautoconf.git * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore `-LIST:' and `-LNO:', for PathScale 2.3 compilers. --- diff --git a/ChangeLog b/ChangeLog index 7c8313f92..7b9f491f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-12 Ralf Wildenhues + + * lib/autoconf/fortran.m4 (_AC_FC_LIBRARY_LDFLAGS): Ignore + `-LIST:' and `-LNO:', for PathScale 2.3 compilers. + 2006-01-11 Stepan Kasal * doc/autoconf.texi (Header Portability): On Solaris 8, sys/ptem.h diff --git a/lib/autoconf/fortran.m4 b/lib/autoconf/fortran.m4 index 8c8f6a903..138a04d1b 100644 --- a/lib/autoconf/fortran.m4 +++ b/lib/autoconf/fortran.m4 @@ -661,7 +661,7 @@ while test $[@%:@] != 1; do [_AC_LINKER_OPTION([$ac_arg], ac_cv_[]_AC_LANG_ABBREV[]_libs)]) ;; # Ignore these flags. - -lang* | -lcrt*.o | -lc | -lgcc | -libmil | -LANG:=*) + -lang* | -lcrt*.o | -lc | -lgcc | -libmil | -LANG:=* | -LIST:* | -LNO:*) ;; -lkernel32) test x"$CYGWIN" != xyes && ac_cv_[]_AC_LANG_ABBREV[]_libs="$ac_cv_[]_AC_LANG_ABBREV[]_libs $ac_arg"