summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-04-22 20:34:56 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-04-22 20:34:56 (GMT)
commit64ea85f9b880b50b9b37c7f11cb8faee8c5c1ac4 (patch)
treeac121f4b4ef287706e3cc1e80e8e1b6da897412d /configure
parent34202e19b2cfac97c9b61feba30a108acc3cb8a5 (diff)
downloadhdf5-64ea85f9b880b50b9b37c7f11cb8faee8c5c1ac4.zip
hdf5-64ea85f9b880b50b9b37c7f11cb8faee8c5c1ac4.tar.gz
hdf5-64ea85f9b880b50b9b37c7f11cb8faee8c5c1ac4.tar.bz2
[svn-r2187] Re-generated from updated configure.in
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index 6d5416b..dfda565 100755
--- a/configure
+++ b/configure
@@ -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