]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
To see which hdf5 we're using in configure log
authornge <nge>
Tue, 6 Oct 2009 14:12:20 +0000 (14:12 +0000)
committernge <nge>
Tue, 6 Oct 2009 14:12:20 +0000 (14:12 +0000)
salome_adm/unix/config_files/check_hdf5.m4

index a065bff7bfaeca675740186b548902166ea3eb33..966a4709848644990f3bfd0f3b80d2dc6244f256 100644 (file)
@@ -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