Code Update
Description:
Ported change from the 1.5 branch to the 1.4 branch where all HDF5
include files are in quotes instead of angle brackets:
#include "hdf5_file.h"
instead of
#include <hdf5_file.h>
Platforms tested:
Linux
Bug fix
Description:
Couple files did not get installed because they were not included
in the Makefile.in.
Solution:
Added them.
Platforms tested:
Eirene. First test: make install-doc before fix to verify the files
are not installed. Then put in the fix, gmake reconfigure, make
install-doc again. Verified the files are installed.
Second test: distclean everything, configure, make all and check,
make install, make install-doc. Eyeball'ed to see the files
are installed properly..
Update
Description:
Added our Makefile.in to the frey. Included the files in this
directory. Removed the Makefile since it's going to be generated and
shouldn't be installed...
Platforms tested:
Linux
Bug Fix
Description:
Applied hack from 1.5 branch so that it will install the
html/Tutor/examples/java directory successfully. The make's in that
directory were failing because of this.
Fix
Description:
Fixed the install-doc command...
Solution:
Purpose:
Fix
Description:
Fixed the install-doc command...
Solution:
Mostly just fixed in the config/conclude.in file, but updated the doc
directories with Makefile.ins and Dependencies so that they'd work.
Platforms tested:
Linux, Solaris