summaryrefslogtreecommitdiffstats
path: root/fortran/src/libhdf5_fortran.settings.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2008-10-21 05:05:50 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2008-10-21 05:05:50 (GMT)
commit7c67ccef7ec41a8372f63b8acde3fee0288fcc95 (patch)
tree46195c70767559ca68ae564162190bc52aa24572 /fortran/src/libhdf5_fortran.settings.in
parent0ec21efe654956ec6b7c0d4cb3b3b2872a16a804 (diff)
downloadhdf5-7c67ccef7ec41a8372f63b8acde3fee0288fcc95.zip
hdf5-7c67ccef7ec41a8372f63b8acde3fee0288fcc95.tar.gz
hdf5-7c67ccef7ec41a8372f63b8acde3fee0288fcc95.tar.bz2
[svn-r15913] Bug fix: #933
The information of libhdf5_fortran.settings are all included in libhdf5.settings now. Remove it from the source. Tested: kagiso with fortran and C++.
Diffstat (limited to 'fortran/src/libhdf5_fortran.settings.in')
-rw-r--r--fortran/src/libhdf5_fortran.settings.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/fortran/src/libhdf5_fortran.settings.in b/fortran/src/libhdf5_fortran.settings.in
deleted file mode 100644
index f0b8e8f..0000000
--- a/fortran/src/libhdf5_fortran.settings.in
+++ /dev/null
@@ -1,18 +0,0 @@
-SUMMARY OF THE HDF5 CONFIGURATION
-=================================
-
-HDF5 Version: @H5_VERSION@
-Configured on: @CONFIG_DATE@
-Configured by: @CONFIG_USER@
-Configure mode: @CONFIG_MODE@
-Host system: @host_cpu@-@host_vendor@-@host_os@
-Byte sex: @BYTESEX@
-Parallel support: @PARALLEL@
-Installation point: @prefix@
-C Compiler: @CC_VERSION@
-C Flags: @CFLAGS@ @CPPFLAGS@
-Extra C libraries: @LDFLAGS@ @LIBS@
-Fortran Compiler: @FC_VERSION@
-Fortran Flags: @FFLAGS@
-Archiver: @AR@
-Ranlib: @RANLIB@