diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-04-22 20:34:56 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-04-22 20:34:56 (GMT) |
commit | 64ea85f9b880b50b9b37c7f11cb8faee8c5c1ac4 (patch) | |
tree | ac121f4b4ef287706e3cc1e80e8e1b6da897412d /configure | |
parent | 34202e19b2cfac97c9b61feba30a108acc3cb8a5 (diff) | |
download | hdf5-64ea85f9b880b50b9b37c7f11cb8faee8c5c1ac4.zip hdf5-64ea85f9b880b50b9b37c7f11cb8faee8c5c1ac4.tar.gz hdf5-64ea85f9b880b50b9b37c7f11cb8faee8c5c1ac4.tar.bz2 |
[svn-r2187] Re-generated from updated configure.in
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -6053,10 +6053,10 @@ fi # Byte sex from the AC_C_BIGENDIAN macro. -if test "X-$WORDS_BIGENDIAN" = "X-"; then - BYTESEX="little-endian" -else +if test $ac_cv_c_bigendian = yes; then BYTESEX="big-endian" +else + BYTESEX="little-endian" fi # Are we compiling static libraries, shared libraries, or both? @@ -6095,7 +6095,7 @@ else DEPEND1=$srcdir/src/.distdep DEPEND2=$srcdir/test/.distdep DEPEND3=$srcdir/testpar/.distdep - DEPEND4=$srcdirtools/.distdep + DEPEND4=$srcdir/tools/.distdep fi if test "X$GMAKE" = "Xyes"; then |