hdf5/c++
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
..
config
examples
src [svn-r5487] Purpose: 2002-05-30 07:42:55 -05:00
test [svn-r5807] Purpose: 2002-07-17 11:10:46 -05:00
aclocal.m4 [svn-r5132] Purpose: 2002-04-02 17:08:23 -05:00
configure [svn-r5774] Snapshot version 1.5 release 31 2002-07-06 07:28:52 -05:00
configure.in [svn-r5774] Snapshot version 1.5 release 31 2002-07-06 07:28:52 -05:00
Makefile.in [svn-r5674] Purpose: 2002-06-19 11:06:55 -05:00