diff 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
line wrap: on
line diff
--- a/ChangeLog	Tue Aug 18 13:05:14 2009 -0400
+++ b/ChangeLog	Tue Aug 18 15:28:55 2009 -0400
@@ -1,10 +1,17 @@
+2009-08-18  John W. Eaton  <jwe@octave.org>
+
+	* aclocal.m4 (OCTAVE_HDF5_HAS_REQUIRED_API): If test fails, set
+	octave_hdf5_ok to no instead of setting HAVE_HDF5 to false.
+	* configure.in: Check octave_hdf5_ok instead of HAVE_HDF5.
+	Set TEXINFO_HDF5 if HDF5 library is found.
+
 2009-08-18  John W. Eaton  <jwe@octave.org>
 
 	* Makeconf.in (ALL_CPPFLAGS): Add HDF5_CPPFLAGS to the list.
 	* aclocal.m4 (OCTAVE_HDF5_HAS_REQUIRED_API):
 	Set HAVE_HDF5 to false, not WITH_HDF5.
 	* configure.in: Use OCTAVE_CHECK_LIBRARY to check for HDF5
-	library.  Print HDF5_CPPFLAGS and HDF5_LDFLAGLS in the summary.
+	library.  Print HDF5_CPPFLAGS and HDF5_LDFLAGS in the summary.
 	* octave-bug.in, octave-bug.cc.in, Makeconf.in: Substitute
 	HDF5_CPPFLAGS and HDF5_LDFLAGS.