[DebianGIS-dev] Bug#411066: Minor mistake found in configure.in's HDF5 part

2007-02-15 Thread Enrico Zini
Package: gdal Version: 1.3.2-4 Severity: minor Hello, Thanks for packaging gdal. I was playing with adding new drivers using HDF5 as a template, and I noticed this code in configure.in: AC_CHECK_LIB(hdf5,H5Fopen,HDF5_LIB_NAME=-lhdf5 ,HDF5_LIB_NAME=missing,-lhdf5) if test $HDF_LIB_NAME =

[DebianGIS-dev] Bug#411068: configure.in has some spurious bits that make it generate a nonworking configure file

2007-02-15 Thread Enrico Zini
Package: gdal Version: 1.3.2-4 Severity: minor Hello, these are the bits I had to fix to get a working configure file: === modified file 'configure.in' --- configure.in2007-02-15 17:36:37 + +++ configure.in2007-02-15 18:14:22 + @@ -254,7 +254,7 @@ PG_LIB= PG_INC=