hdf5/c++/test
Bill Wendling ceba60418c [svn-r5807] Purpose:
Update, Bug Fix, and Feature Add
Description:
    - Updated how AC_{ENABLE,WITH} help messages were being generated.
      Autoconf now gives you an AC_HELP_STRING macro to use to create
      them.

    - Fixed the problem with Linux LFS on RedHat 7.3 machines. It wasn't
      finding getdents64(), so we can't rely on that being present
      anymore...

    - Added GPFS detection and setting.

    - Updated how compression is specified. It's no longer necessary to
      test for HAVE_ZLIB_H, HAVE_LIBZ, and HAVE_COMPRESS2. The one macro
      {H5_}HAVE_COMPRESSION takes care of all of these.
Solution:
    Changed the check for Linux LFS from looking for getdents() to
    looking at the version number of the kernel (using the uname -r
    command). You can still override with the --enable-linux-lfs switch
    if you really believe that your <2.4 kernel has LFS support.
Platforms tested:
    Linux (2.2 and 2.4)
2002-07-17 11:10:46 -05:00
..
Dependencies [svn-r4298] 2001-08-01 17:18:50 -05:00
dsets.cpp [svn-r5807] Purpose: 2002-07-17 11:10:46 -05:00
Makefile.in [svn-r4849] 2002-01-22 15:14:46 -05:00
testhdf5.cpp [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
tfile.cpp [svn-r4670] Purpose: 2001-12-05 11:42:40 -05:00
th5s.cpp [svn-r4594] 2001-11-07 22:40:00 -05:00
th5s.h5 [svn-r3639] 2001-03-14 21:55:33 -05:00