summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-06-09 13:48:23 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-06-09 13:48:23 (GMT)
commit82187ebb091d8d0e38ad7aa69eb02a3721787d66 (patch)
tree881bd84b9aec479cf3bf02b8d6986d2615b97055 /configure
parent0b8cbb89e1d041e1bd3caef933859c1b2cc2f156 (diff)
downloadhdf5-82187ebb091d8d0e38ad7aa69eb02a3721787d66.zip
hdf5-82187ebb091d8d0e38ad7aa69eb02a3721787d66.tar.gz
hdf5-82187ebb091d8d0e38ad7aa69eb02a3721787d66.tar.bz2
[svn-r8629] Purpose:
Update shell scripts Description: Switch to generating the testh5dump.sh script at configure time, so we can determine which filters are available to test. Platforms tested: FreeBSD 4.9 (sleipnir) too small to require h5committest
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure19
1 files changed, 16 insertions, 3 deletions
diff --git a/configure b/configure
index 9d9265a..4367698 100755
--- a/configure
+++ b/configure
@@ -23012,6 +23012,7 @@ echo "$as_me: error: couldn't find dmalloc library" >&2;}
;;
esac
+ USE_FILTER_DEFLATE="no"
# Check whether --with-zlib or --without-zlib was given.
if test "${with_zlib+set}" = set; then
@@ -23587,6 +23588,7 @@ cat >>confdefs.h <<\_ACEOF
#define HAVE_FILTER_DEFLATE 1
_ACEOF
+ USE_FILTER_DEFLATE="yes"
if test "X$EXTERNAL_FILTERS" != "X"; then
EXTERNAL_FILTERS="${EXTERNAL_FILTERS},"
@@ -23595,6 +23597,7 @@ _ACEOF
fi
+ USE_FILTER_SZIP="no"
# Check whether --with-szlib or --without-szlib was given.
if test "${with_szlib+set}" = set; then
@@ -24034,6 +24037,7 @@ cat >>confdefs.h <<\_ACEOF
#define HAVE_FILTER_SZIP 1
_ACEOF
+ USE_FILTER_SZIP="yes"
if test "X$EXTERNAL_FILTERS" != "X"; then
EXTERNAL_FILTERS="${EXTERNAL_FILTERS},"
@@ -31738,6 +31742,9 @@ echo "${ECHO_T}no" >&6
fi
+
+ USE_FILTER_SHUFFLE="no"
+ USE_FILTER_FLETCHER32="no"
echo "$as_me:$LINENO: checking for I/O filters" >&5
echo $ECHO_N "checking for I/O filters... $ECHO_C" >&6
# Check whether --enable-filters or --disable-filters was given.
@@ -31746,7 +31753,6 @@ if test "${enable_filters+set}" = set; then
FILTERS=$enableval
fi;
-
all_filters="shuffle,fletcher32"
case "X-$FILTERS" in
X-|X-all)
@@ -31767,12 +31773,13 @@ esac
if test -n "$FILTERS"; then
for filter in `echo $FILTERS | tr 'a-z,' 'A-Z '`; do
- if test $filter = "SHUFFLE"; then
+ if test $filter = "SHUFFLE"; then
cat >>confdefs.h <<\_ACEOF
#define HAVE_FILTER_SHUFFLE 1
_ACEOF
+ USE_FILTER_SHUFFLE="yes"
fi
if test $filter = "FLETCHER32"; then
@@ -31780,6 +31787,7 @@ cat >>confdefs.h <<\_ACEOF
#define HAVE_FILTER_FLETCHER32 1
_ACEOF
+ USE_FILTER_FLETCHER32="yes"
fi
done
fi
@@ -31955,7 +31963,7 @@ if test "$HAVE_PABLO" = "yes"; then
fi
fi
-ac_config_files="$ac_config_files src/libhdf5.settings config/depend1 config/depend2 config/depend3 config/depend4 config/dependN config/commence config/conclude Makefile src/Makefile $PABLO_MAKE test/Makefile $PARALLEL_MAKE perform/Makefile tools/Makefile tools/h5dump/Makefile tools/h5import/Makefile tools/h5diff/Makefile tools/h5repack/Makefile tools/h5ls/Makefile tools/lib/Makefile tools/misc/Makefile tools/misc/h5cc tools/gifconv/Makefile examples/Makefile doc/Makefile doc/html/Makefile doc/html/ed_libs/Makefile doc/html/ed_styles/Makefile doc/html/ADGuide/Makefile doc/html/Graphics/Makefile doc/html/Intro/Makefile doc/html/PSandPDF/Makefile doc/html/TechNotes/Makefile doc/html/Tutor/Makefile doc/html/Tutor/Graphics/Makefile doc/html/Tutor/examples/Makefile doc/html/cpplus/Makefile doc/html/fortran/Makefile"
+ac_config_files="$ac_config_files src/libhdf5.settings config/depend1 config/depend2 config/depend3 config/depend4 config/dependN config/commence config/conclude Makefile src/Makefile $PABLO_MAKE test/Makefile $PARALLEL_MAKE perform/Makefile tools/Makefile tools/h5dump/Makefile tools/h5dump/testh5dump.sh tools/h5import/Makefile tools/h5diff/Makefile tools/h5repack/Makefile tools/h5ls/Makefile tools/lib/Makefile tools/misc/Makefile tools/misc/h5cc tools/gifconv/Makefile examples/Makefile doc/Makefile doc/html/Makefile doc/html/ed_libs/Makefile doc/html/ed_styles/Makefile doc/html/ADGuide/Makefile doc/html/Graphics/Makefile doc/html/Intro/Makefile doc/html/PSandPDF/Makefile doc/html/TechNotes/Makefile doc/html/Tutor/Makefile doc/html/Tutor/Graphics/Makefile doc/html/Tutor/examples/Makefile doc/html/cpplus/Makefile doc/html/fortran/Makefile"
cat >confcache <<\_ACEOF
@@ -32455,6 +32463,7 @@ do
"perform/Makefile" ) CONFIG_FILES="$CONFIG_FILES perform/Makefile" ;;
"tools/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
"tools/h5dump/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/h5dump/Makefile" ;;
+ "tools/h5dump/testh5dump.sh" ) CONFIG_FILES="$CONFIG_FILES tools/h5dump/testh5dump.sh" ;;
"tools/h5import/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/h5import/Makefile" ;;
"tools/h5diff/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/h5diff/Makefile" ;;
"tools/h5repack/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/h5repack/Makefile" ;;
@@ -32597,6 +32606,8 @@ s,@CPP@,$CPP,;t t
s,@LIBTOOL@,$LIBTOOL,;t t
/@DEPEND@/r $DEPEND
s,@DEPEND@,,;t t
+s,@USE_FILTER_DEFLATE@,$USE_FILTER_DEFLATE,;t t
+s,@USE_FILTER_SZIP@,$USE_FILTER_SZIP,;t t
s,@PABLO@,$PABLO,;t t
s,@HAVE_PABLO@,$HAVE_PABLO,;t t
s,@SSL@,$SSL,;t t
@@ -32614,6 +32625,8 @@ s,@RUNPARALLEL@,$RUNPARALLEL,;t t
s,@TESTPARALLEL@,$TESTPARALLEL,;t t
s,@MPE@,$MPE,;t t
s,@FILTERS@,$FILTERS,;t t
+s,@USE_FILTER_SHUFFLE@,$USE_FILTER_SHUFFLE,;t t
+s,@USE_FILTER_FLETCHER32@,$USE_FILTER_FLETCHER32,;t t
s,@H5_VERSION@,$H5_VERSION,;t t
s,@CONFIG_DATE@,$CONFIG_DATE,;t t
s,@CONFIG_USER@,$CONFIG_USER,;t t