diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2015-04-04 15:27:14 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2015-04-04 15:27:14 (GMT) |
commit | 083ef61b05cd28cae00ee348b6222538534fb12f (patch) | |
tree | 650aafc9de5b79db07494659074dbc2c6caf6761 /hl/fortran/test | |
parent | 2c3ab210575979b29c6f7cfb83c3252f3dcd415a (diff) | |
download | hdf5-083ef61b05cd28cae00ee348b6222538534fb12f.zip hdf5-083ef61b05cd28cae00ee348b6222538534fb12f.tar.gz hdf5-083ef61b05cd28cae00ee348b6222538534fb12f.tar.bz2 |
[svn-r26728] Merge trunk reviwions 26669 and 26670.
Removed from configure.ac VPATH section, LONE_COLON check and checks for redundant addition of /usr/include and /usr/lib to compile flags, with reconfigure.
Tested h5committest
Diffstat (limited to 'hl/fortran/test')
-rw-r--r-- | hl/fortran/test/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hl/fortran/test/Makefile.in b/hl/fortran/test/Makefile.in index 9890a65..6725d26 100644 --- a/hl/fortran/test/Makefile.in +++ b/hl/fortran/test/Makefile.in @@ -474,7 +474,6 @@ H5_CXXFLAGS = @H5_CXXFLAGS@ H5_FCFLAGS = @H5_FCFLAGS@ H5_FORTRAN_SHARED = @H5_FORTRAN_SHARED@ H5_LDFLAGS = @H5_LDFLAGS@ -H5_LONE_COLON = @H5_LONE_COLON@ H5_VERSION = @H5_VERSION@ HADDR_T = @HADDR_T@ HAVE_DMALLOC = @HAVE_DMALLOC@ |