diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2008-10-21 05:05:50 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2008-10-21 05:05:50 (GMT) |
commit | 7c67ccef7ec41a8372f63b8acde3fee0288fcc95 (patch) | |
tree | 46195c70767559ca68ae564162190bc52aa24572 /configure.in | |
parent | 0ec21efe654956ec6b7c0d4cb3b3b2872a16a804 (diff) | |
download | hdf5-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 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f7925d0..11319c9 100644 --- a/configure.in +++ b/configure.in @@ -3951,7 +3951,6 @@ AC_CONFIG_FILES([src/libhdf5.settings c++/examples/testh5c++.sh fortran/Makefile fortran/src/h5fc - fortran/src/libhdf5_fortran.settings fortran/src/Makefile fortran/test/Makefile fortran/testpar/Makefile |