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

Enrico Zini enrico at debian.org
Thu Feb 15 18:54:33 CET 2007


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" = "missing" ; then

I suppose it should be:

  if test "$HDF5_LIB_NAME" = "missing" ; then


Ciao,

Enrico

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.1enrico
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)




More information about the Pkg-grass-devel mailing list