summaryrefslogtreecommitdiffstats
path: root/tools/misc/Makefile.in
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2006-11-10 19:56:04 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2006-11-10 19:56:04 (GMT)
commit911e79b273bddac85c698b77718516b8a8ee9ab2 (patch)
tree50541570407c04ef30d3c706de5ea75fd0993608 /tools/misc/Makefile.in
parent227a79d5513e305d047020d96b1ac8b4f8bf44b5 (diff)
downloadhdf5-911e79b273bddac85c698b77718516b8a8ee9ab2.zip
hdf5-911e79b273bddac85c698b77718516b8a8ee9ab2.tar.gz
hdf5-911e79b273bddac85c698b77718516b8a8ee9ab2.tar.bz2
[svn-r12887] A fix for linking issues.
Should disable linking against shared libraries in Fortran for compilers that don't support shared libraries. Should also fix problem when the wrong Fortran file extension was specified. If these changes don't solve the Daily Test issues, I'll look at backing out the autotool version change until I have time to fix them. Tested on heping, kagiso, juniper.
Diffstat (limited to 'tools/misc/Makefile.in')
-rw-r--r--tools/misc/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/misc/Makefile.in b/tools/misc/Makefile.in
index ed06bf6..fab6331 100644
--- a/tools/misc/Makefile.in
+++ b/tools/misc/Makefile.in
@@ -178,6 +178,7 @@ F9XMODFLAG = @F9XMODFLAG@
F9XSUFFIXFLAG = @F9XSUFFIXFLAG@
FC = @FC@
FCFLAGS = @FCFLAGS@ @H5_FCFLAGS@
+FCFLAGS_f90 = @FCFLAGS_f90@
FCLIBS = @FCLIBS@
FFLAGS = @FFLAGS@
FILTERS = @FILTERS@