From: nge Date: Tue, 6 Oct 2009 14:12:20 +0000 (+0000) Subject: To see which hdf5 we're using in configure log X-Git-Tag: V5_1_3rc1~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f54b04c062da2edc5dc258b565436bc9b635b0d5;p=modules%2Fkernel.git To see which hdf5 we're using in configure log --- diff --git a/salome_adm/unix/config_files/check_hdf5.m4 b/salome_adm/unix/config_files/check_hdf5.m4 index a065bff7b..966a47098 100644 --- a/salome_adm/unix/config_files/check_hdf5.m4 +++ b/salome_adm/unix/config_files/check_hdf5.m4 @@ -48,12 +48,15 @@ LOCAL_RLIBS="" if test -z $HDF5HOME then AC_MSG_WARN(undefined HDF5HOME variable which specify hdf5 installation directory) + AC_MSG_NOTICE(Trying native Hdf5...) else LOCAL_INCLUDES="-I$HDF5HOME/include" if test "x$HDF5HOME" = "x/usr" then + AC_MSG_NOTICE(Trying native Hdf5...) LOCAL_LIBS="" else + AC_MSG_NOTICE(Trying Hdf5 from $HDF5HOME ...) LOCAL_LIBS="-L$HDF5HOME/lib" LOCAL_RLIBS="-R$HDF5HOME/lib" fi