]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Use --tag=FC with libtool also for .f90 files.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 23 Mar 2009 20:47:19 +0000 (21:47 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 23 Mar 2009 20:47:19 +0000 (21:47 +0100)
* 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 <Ralf.Wildenhues@gmx.de>
ChangeLog
THANKS
automake.in
tests/fort5.test

index 2d85e13b85f596724e2e7f3fca3e7c7aa631c415..2ae89ef9576aef016d2ee3e126fd1d5dffee4b56 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       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  <peb@mppmu.mpg.de>
            Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
diff --git a/THANKS b/THANKS
index c99d63486587ad4fb89106b1e5e2e34898dd8628..9f91c9c4c20294653c4f5498a23c58eab92ff52a 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -155,6 +155,7 @@ Johannes Nicolai    johannes.nicolai@student.hpi.uni-potsdam.de
 John F Trudeau         JohnTrudeau@firsthealth.com
 John Pierce            hawkfan@pyrotechnics.com
 John Ratliff           autoconf@technoplaza.net
+John R. Cary           cary@txcorp.com
 John W. Coomes         jcoomes@eng.Sun.COM
 Josh MacDonald         jmacd@cs.berkeley.edu
 Joshua Cowan           jcowan@jcowan.reslife.okstate.edu
index 9367a089bb64213b10b1535abe335875994b9985..c1321f0199708cb748d0a142dd8f46a2e46b95f3 100755 (executable)
@@ -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,
index d39bb215d95f5b22b163edc6128992c9c50732d2..43907117602c909a1228298a4575c95f9fdb6d33 100755 (executable)
@@ -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