* 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>
+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>
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
'compiler' => 'FCCOMPILE',
'compile_flag' => '-c',
'output_flag' => '-o',
+ 'libtool_tag' => 'FC',
'lder' => 'FCLD',
'ld' => '$(FC)',
'pure' => 1,
#! /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
# 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