hdf5/tools/h5diff
Mike McGreevy 6a00b1b6ff [svn-r17228] Purpose:
Fix BZ #1583

Description:

    The --enable-static-exec flag was broken. Configure was adding the 
    -all-static linker flag to an environment variable which was subsequently
    never used. (looks like it was used in 1.6 Makefile.ins, but never
    moved to 1.8's Makefile.ams when we added automake support).

    To fix, I've added this environment varibale to the link lines of all the
    tools. Now, when --enable-static-exec is invoked, it will correctly
    generate statically linked executables in the installed bin directory.

Tested:

    I've tested manually to ensure that the generated execs are static when
    the flag is used and dynamic when not. I've also tested when szip is
    used, as this was a use case mentioned in the bug report.

    Also: ran full tests with make check on jam and smirom for good measure.
2009-07-23 15:04:18 -05:00
..
testfiles [svn-r16991] change messages of -c option 2009-05-28 16:31:57 -05:00
h5diff_common.c [svn-r16560] Description: 2009-03-10 14:00:39 -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-r17052] Add a run to the h5repack shell script to read a family file 2009-06-15 14:05:42 -05:00
h5diffgentest.c [svn-r17058] added some "dummy" declarations for d_status 2009-06-16 13:19:40 -05:00
Makefile.am [svn-r17228] Purpose: 2009-07-23 15:04:18 -05:00
Makefile.in [svn-r17228] Purpose: 2009-07-23 15:04:18 -05:00
ph5diff_main.c [svn-r17058] added some "dummy" declarations for d_status 2009-06-16 13:19:40 -05:00
testh5diff.sh [svn-r17081] Disable hanging invalid files test. 2009-06-18 10:28:40 -05:00
testph5diff.sh