hdf5/config
Robb Matzke 0b4d32bb4a [svn-r301] Changes since 19980226
----------------------

./bin/release
	Changed default to not tag CVS sources.

./src/H5F.c
	Replaced a constant switch with preprocessor directives.
	Removed a local variable which was set but not used.

./src/H5Fprivate.h
	Changed `long long' to `int64' to get rid of ansi warnings in
	a few places.

	Fixed bugs in INT64DECODE() and UINT64DECODE() for big-endian
	architectures.  This fixes all the bugs with the Irix -64
	compile.

./src/H5F.c
	The default address and length sizes are set according to the
	sizeof(size_t) now that the bugs have been fixed.

./src/H5Fpublic.h
	Removed a trailing comma in an enumerated type.

./src/H5Fstdio.c
./src/H5Fsec2.c
	Added two more calls to fseek64() and lseek64(). Removed `long
	long' in place of `int64' to suppress -ansi warnings.

./src/H5P.c
	Replaced a FAIL with H5F_LOW_ERROR.

./src/H5private.h
./configure.in
	Increased version number to hdf5-1.0.1a since we've already
	released hdf5-1.0.0a.  Include <sys/types.h>.  Fixed
	indentation.  Fixed detection of off64_t for old Irix systems
	where it might be a struct.

./src/Makefile.in
	Moved a comment from the shell to the makefile since some
	versions of sh barf on interactive comments.

./config/linux
	Allow overriding of the CC variable from the command-line.  It
	still defaults to gcc but this allows us to specify a complete
	path from test scripts by saying:

	     CC=/usr/local/tools/gnu/gcc sh configure
1998-02-27 15:07:37 -05:00
..
alpha-dec [svn-r270] Made the dec alpha config file more general by changing its name to 1998-02-13 13:12:41 -05:00
commence.in [svn-r213] Changes since 19980130 1998-02-03 12:03:13 -05:00
conclude.in [svn-r266] Fixed some install and uninstall probs. 1998-02-12 14:28:25 -05:00
depend.in [svn-r99] Fixed backslashes 1997-09-19 11:33:36 -05:00
freebsd2.2.1 [svn-r213] Changes since 19980130 1998-02-03 12:03:13 -05:00
hpux10.20 [svn-r104] Add site configuration file for HPUX 10.20 to help it compile 1997-09-19 14:27:22 -05:00
irix6.2 [svn-r187] Added some sensible flags 1998-01-28 15:21:41 -05:00
irix64 [svn-r283] Removed nearly all DEBUG flags to make it more suitable for alpha 1998-02-16 16:06:15 -05:00
linux [svn-r301] Changes since 19980226 1998-02-27 15:07:37 -05:00
powerpc-ibm-aix4.2.1.0 [svn-r247] Specifies that these platforms are bigendian architectures. 1998-02-10 18:15:05 -05:00
rs6000-ibm-aix4.1.4.0 [svn-r247] Specifies that these platforms are bigendian architectures. 1998-02-10 18:15:05 -05:00
solaris2.5 [svn-r192] Added sensible flags for gcc on Solaris 2.5 1998-01-28 15:58:22 -05:00