hdf5/tools/h5dump
James Laird 59eccdaf69 [svn-r13181] Added a configure check to prevent a failure on Cygwin.
It seems that while Cygwin supports the time command, it has trouble with
the syntax
srcdir="../../hdf5/test" time ./testhdf5
and complains.
The solution is to test the above case in configure and not to use the time
command if it fails; Cygwin is fine with
srcdir="../../hdf5/test"  ./testhdf5

Tested on Cygwin and kagiso.  This feature shouldn't be a major compatibility
problem since every platform but Cygwin is already fine with the current
syntax.
2007-01-23 12:29:45 -05:00
..
binread.c [svn-r12683] 2006-09-26 10:47:36 -05:00
h5dump.c [svn-r13179] 2007-01-23 10:39:24 -05:00
h5dump.h [svn-r12528] Added User-Defined links to the library. 2006-08-02 18:41:53 -05:00
h5dumpgentest.c [svn-r13139] Fixed the MULTI problem (Bug #731) that corrupted the data. The problem 2007-01-12 15:29:43 -05:00
Makefile.am [svn-r12518] h5dump binary output: 2006-07-31 11:04:31 -05:00
Makefile.in [svn-r13181] Added a configure check to prevent a failure on Cygwin. 2007-01-23 12:29:45 -05:00
testh5dump.sh.in [svn-r13134] 2007-01-10 14:15:16 -05:00
testh5dumpxml.sh.in [svn-r12528] Added User-Defined links to the library. 2006-08-02 18:41:53 -05:00