* lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Also skip
'Configured by:' lines from gfortran.
* NEWS: Mention it.
Reported by Stefano Lattarini.
Signed-off-by: Eric Blake <eblake@redhat.com>
+2010-09-16 Eric Blake <eblake@redhat.com>
+
+ fortran: avoid misparsed FCLIBS from Fortran compiler
+ * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Also skip
+ 'Configured by:' lines from gfortran.
+ * NEWS: Mention it.
+ Reported by Stefano Lattarini.
+
2010-09-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Add autom4te trace for AM_PROG_AR.
** AT_CHECK semantics with respect to the Autotest variable $at_status and
shell execution environment of the arguments are documented now.
+** AC_FC_LIBRARY_LDFLAGS now tolerates output from newer gfortran.
+
* Major changes in Autoconf 2.67 (2010-07-21) [stable]
Released by Eric Blake, based on git versions 2.66.*.
# gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
# LIBRARY_PATH; skip all such settings.
ac_[]_AC_LANG_ABBREV[]_v_output=`eval $ac_link AS_MESSAGE_LOG_FD>&1 2>&1 |
- grep -v 'Driving:' | grep -v "^[[_$as_cr_Letters]][[_$as_cr_alnum]]*="`
+ sed '/^Driving:/d; /^Configured with:/d;
+ '"/^[[_$as_cr_Letters]][[_$as_cr_alnum]]*=/d"`
AS_ECHO(["$ac_[]_AC_LANG_ABBREV[]_v_output"]) >&AS_MESSAGE_LOG_FD
_AC_LANG_PREFIX[]FLAGS=$ac_save_[]_AC_LANG_PREFIX[]FLAGS