hdf5/tools/h5diff
Albert Cheng ca94c839d5 [svn-r15036] Bug fix.
Description:
The fortran Makefile.am used HDF_FORTRAN to indicate it is part of the
Fortran API source so that conclude.am will give fortran api prefix in the
test output.  The symbox HDF_FORTRAN is also used in configure for a different
purpose (indicated --enable-fortran). They conflicted.
Similar problem for the symbol HDF_CXX.

Solution:
Changed all the involved Makefile.am to use "FORTRAN_API" instead. It is
a more appropriate name.  Same for CXX_API.

Along the way, discovered that the Makefile.am of hl/fortran/test and
hl/cxx/test did not have those symbols at all.  Added them in.

Platform tested:
Kagiso only. It is a trivia change.
2008-05-19 00:06:51 -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
Makefile.in [svn-r15036] Bug fix. 2008-05-19 00:06:51 -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