automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-281-g5dba7d0
Date: Mon, 23 Mar 2009 20:49:07 +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 Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=5dba7d0a6945ee746837ba27d4f06f9492fe8c91

The branch, master has been updated
       via  5dba7d0a6945ee746837ba27d4f06f9492fe8c91 (commit)
      from  3a12ed5e97dc193a38dd14e031658cbd329b50ca (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 5dba7d0a6945ee746837ba27d4f06f9492fe8c91
Author: Ralf Wildenhues <address@hidden>
Date:   Mon Mar 23 21:47:19 2009 +0100

    Use --tag=FC with libtool also for .f90 files.
    
    * automake.in: Set 'libtool_tag' for language `fc'.
    * tests/fort5.test: Grep for the tag.
    * THANKS: Update.
    Report by John R. Cary.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog        |    8 ++++++++
 THANKS           |    1 +
 automake.in      |    1 +
 tests/fort5.test |    5 ++++-
 4 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2d85e13..2ae89ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-03-23  Ralf Wildenhues  <address@hidden>
+
+       Use --tag=FC with libtool also for .f90 files.
+       * automake.in: Set 'libtool_tag' for language `fc'.
+       * tests/fort5.test: Grep for the tag.
+       * THANKS: Update.
+       Report by John R. Cary.
+
 2009-03-22  Peter Breitenlohner  <address@hidden>
            Ralf Wildenhues  <address@hidden>
 
diff --git a/THANKS b/THANKS
index c99d634..9f91c9c 100644
--- a/THANKS
+++ b/THANKS
@@ -155,6 +155,7 @@ Johannes Nicolai    address@hidden
 John F Trudeau         address@hidden
 John Pierce            address@hidden
 John Ratliff           address@hidden
+John R. Cary           address@hidden
 John W. Coomes         address@hidden
 Josh MacDonald         address@hidden
 Joshua Cowan           address@hidden
diff --git a/automake.in b/automake.in
index 9367a08..c1321f0 100755
--- a/automake.in
+++ b/automake.in
@@ -920,6 +920,7 @@ register_language ('name' => 'fc',
                   'compiler' => 'FCCOMPILE',
                   'compile_flag' => '-c',
                   'output_flag' => '-o',
+                  'libtool_tag' => 'FC',
                   'lder' => 'FCLD',
                   'ld' => '$(FC)',
                   'pure' => 1,
diff --git a/tests/fort5.test b/tests/fort5.test
index d39bb21..4390711 100755
--- a/tests/fort5.test
+++ b/tests/fort5.test
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2006  Free Software Foundation, Inc.
+# Copyright (C) 2006, 2009  Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -84,6 +84,9 @@ $AUTOCONF
 # skip in this case:
 grep LT_PREREQ configure && Exit 77
 
+# Ensure we use --tag for f90, too.
+grep " --tag=FC" Makefile.in
+
 # configure may Exit 77 if no compiler is found,
 # or if the compiler cannot compile Fortran 90 files).
 ./configure


hooks/post-receive
--
GNU Automake




reply via email to

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