#!/bin/sh

#configure HDF without conflicts with original netCDF lib
#MN 2004

export CFLAGS="-DHAVE_NETCDF"
configure

