[AC_HELP_STRING([--with-hdf5-libs=LIBS],[additional libraries needed to link hdf5 programs. Those might be needed if your hdf5 library is static. Possible values are: -lz or -lz -lsz.])],[])
# store values
ac_save_CFLAGS="$CFLAGS"
ac_save_CPPFLAGS="$CPPFLAGS"
ac_save_LDFLAGS="$LDFLAGS"
ac_save_LIBS="$LIBS"
LIBS=""
# start building variables
...
...
@@ -32,27 +56,40 @@ AC_DEFUN([DUNE_PATH_HDF5],[
else
AC_MSG_ERROR([HDF5-directory $with_hdf5 does not exist])