hdf5/tools/h5diff
Albert Cheng 7b7f10a444 [svn-r15003] Purpose:
Improvement.

Description:
src/libhdf5.settings was the initial configure summary and is installed.
Then configure is changed to dump a summary of the configure settings to
the output and also append it to src/libhdf5.settings.  That created
two different output formats and duplicated information.  This is the
initial attempt to clean up this confusion and unify the output format.

It is decided to use the src/libhdf5.settings template as the unified means.
This requires more macros symbols be defined. The following symbols are
all related to generating the src/libhdf5.settings file.

AC_SUBST(EXTERNAL_FILTERS)
AC_SUBST(MPE) MPE=no
AC_SUBST(STATIC_EXEC) STATIC_EXEC=no
AC_SUBST(HDF_FORTRAN) HDF_FORTRAN=no
AC_SUBST(FC) HDF_FORTRAN=no
AC_SUBST(HDF_CXX) HDF_CXX=no
AC_SUBST(CXX) HDF_CXX=no
AC_SUBST(HDF5_HL) HDF5_HL=yes
AC_SUBST(GPFS) GPFS=no
AC_SUBST(LINUX_LFS) LINUX_LFS=no
AC_SUBST(INSTRUMENT) INSTRUMENT=no
AC_SUBST(CODESTACK) CODESTACK=no
AC_SUBST(HAVE_DMALLOC) HAVE_DMALLOC=no
AC_SUBST(DIRECT_VFD) DIRECT_VFD=no
AC_SUBST(THREADSAFE) THREADSAFE=no
AC_SUBST(STATIC_SHARED)
AC_SUBST(enable_shared)
AC_SUBST(enable_static)
AC_SUBST(UNAME_INFO) UNAME_INFO=`uname -a`

The src/libhdf5.settings.in has CONDITIONAL's added to it too.  The
untrue conditions turned into a "#" and these lines are cleaned by the 
post processing script.

Platform tested:
h5committest on kagiso, smirom and linew.
2008-05-15 00:12:00 -05:00
..
h5diff_common.c [svn-r14380] Eliminate old code not used and that was replaced (command line) 2008-01-07 15:36:32 -05:00
h5diff_common.h [svn-r14258] new feature: make h5diff use the same command line parsing code and syntax than h5dump 2007-11-13 16:40:23 -05:00
h5diff_main.c [svn-r14268] enhancement: commnents and correct syntax for h5repack options 2007-11-19 15:13:56 -05:00
h5diffgentest.c [svn-r14903] Undoing change committed in r14902. 2008-04-30 14:51:13 -05:00
Makefile.am [svn-r13264] Updated Makefile.am with new THG copyright notice. 2007-02-07 17:28:58 -05:00
Makefile.in [svn-r15003] Purpose: 2008-05-15 00:12:00 -05:00
ph5diff_main.c [svn-r14258] new feature: make h5diff use the same command line parsing code and syntax than h5dump 2007-11-13 16:40:23 -05:00
testh5diff.sh [svn-r14273] new feature: added some long options to the tests 2007-11-20 11:07:40 -05:00
testph5diff.sh