diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2005-01-12 17:52:11 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2005-01-12 17:52:11 (GMT) |
commit | 6b0c4026093e1cabf574b090927a5d1d2c32761c (patch) | |
tree | 4958c675b5508c70cb534e574ed4015c81d388e8 /c++/test | |
parent | 41fc9d427d007cdaf6bad150bd376ed655614be3 (diff) | |
download | hdf5-6b0c4026093e1cabf574b090927a5d1d2c32761c.zip hdf5-6b0c4026093e1cabf574b090927a5d1d2c32761c.tar.gz hdf5-6b0c4026093e1cabf574b090927a5d1d2c32761c.tar.bz2 |
[svn-r9812] Purpose: Bug fix
Description: Confiure generated libhdf5.settings files in fortran/src
and c++/src directories. File in the fortran/src directory
was not installed; file in the c++/src directory was intalled
As a result, libhdf5.settings from the src directory with the
C settings and configuration summary was blown away.
Also some temporary files were not cleaned in c++ directories.
Solution: Modifed configure.in files to create
fortran/src/libhdf5_fortran.settings and
c++/src/libhdf5_cpp.settings files
Ran autoconf on eirene to generate new configure files.
Modified Makefile.in files to install *setting files.
Note: I don't like the solution since *setting files are messy
and libhdf5_cpp.settings lacks some information (there is no
corresponding *.in file in the c++/src directory). Since we
are moving to 1.8 anyway, I don't want to spend too much time
on it, but we definitely should look carefully at those files
and check that they are ok in 1.8.
Platforms tested: eirene, cobalt, arabica
Misc. update:
Diffstat (limited to 'c++/test')
-rw-r--r-- | c++/test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/test/Makefile.in b/c++/test/Makefile.in index 7a90f7d..d41a4b6 100644 --- a/c++/test/Makefile.in +++ b/c++/test/Makefile.in @@ -48,7 +48,7 @@ TEST_PROGS=dsets testhdf5 TEST_SCRIPTS= - +MOSTLYCLEAN= *.ii *.ti DISTCLEAN=$(TEST_PROGS_SRC:.cpp=.lo) $(TEST_PROGS_SRC:.cpp=.o) $(TEST_PROGS): $(LIB) $(LIBHDF5) $(LIBH5TEST) |