autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.67-68-g


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.67-68-g03849f6
Date: Thu, 16 Sep 2010 22:23:26 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=03849f6e43d52c0670bef3709eb115859fbb35c2

The branch, master has been updated
       via  03849f6e43d52c0670bef3709eb115859fbb35c2 (commit)
      from  55b6a7c24f1b8f953310f0d0c14ee2bd8fca3ff1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 03849f6e43d52c0670bef3709eb115859fbb35c2
Author: Eric Blake <address@hidden>
Date:   Thu Sep 16 16:19:11 2010 -0600

    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.
    
    Signed-off-by: Eric Blake <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog               |    8 ++++++++
 NEWS                    |    2 ++
 lib/autoconf/fortran.m4 |    3 ++-
 3 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5c80f7c..d9911ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-09-16  Eric Blake  <address@hidden>
+
+       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  <address@hidden>
 
        Add autom4te trace for AM_PROG_AR.
diff --git a/NEWS b/NEWS
index 78851b9..f24b94c 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,8 @@ GNU Autoconf NEWS - User visible changes.
 ** 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.*.
diff --git a/lib/autoconf/fortran.m4 b/lib/autoconf/fortran.m4
index e8f7bbc..82a7a5d 100644
--- a/lib/autoconf/fortran.m4
+++ b/lib/autoconf/fortran.m4
@@ -505,7 +505,8 @@ _AS_ECHO_LOG([$[*]])
 # 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
 


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

[Prev in Thread] Current Thread [Next in Thread]