comparison ChangeLog @ 9543:1d51ab34b509

tweaks for HDF5 library check
author John W. Eaton <jwe@octave.org>
date Tue, 18 Aug 2009 15:28:55 -0400
parents f5ec5dc66824
children 588c6bb6fdcb
comparison
equal deleted inserted replaced
9542:f5ec5dc66824 9543:1d51ab34b509
1 2009-08-18 John W. Eaton <jwe@octave.org>
2
3 * aclocal.m4 (OCTAVE_HDF5_HAS_REQUIRED_API): If test fails, set
4 octave_hdf5_ok to no instead of setting HAVE_HDF5 to false.
5 * configure.in: Check octave_hdf5_ok instead of HAVE_HDF5.
6 Set TEXINFO_HDF5 if HDF5 library is found.
7
1 2009-08-18 John W. Eaton <jwe@octave.org> 8 2009-08-18 John W. Eaton <jwe@octave.org>
2 9
3 * Makeconf.in (ALL_CPPFLAGS): Add HDF5_CPPFLAGS to the list. 10 * Makeconf.in (ALL_CPPFLAGS): Add HDF5_CPPFLAGS to the list.
4 * aclocal.m4 (OCTAVE_HDF5_HAS_REQUIRED_API): 11 * aclocal.m4 (OCTAVE_HDF5_HAS_REQUIRED_API):
5 Set HAVE_HDF5 to false, not WITH_HDF5. 12 Set HAVE_HDF5 to false, not WITH_HDF5.
6 * configure.in: Use OCTAVE_CHECK_LIBRARY to check for HDF5 13 * configure.in: Use OCTAVE_CHECK_LIBRARY to check for HDF5
7 library. Print HDF5_CPPFLAGS and HDF5_LDFLAGLS in the summary. 14 library. Print HDF5_CPPFLAGS and HDF5_LDFLAGS in the summary.
8 * octave-bug.in, octave-bug.cc.in, Makeconf.in: Substitute 15 * octave-bug.in, octave-bug.cc.in, Makeconf.in: Substitute
9 HDF5_CPPFLAGS and HDF5_LDFLAGS. 16 HDF5_CPPFLAGS and HDF5_LDFLAGS.
10 17
11 2009-08-18 John W. Eaton <jwe@octave.org> 18 2009-08-18 John W. Eaton <jwe@octave.org>
12 19