summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-05-02 03:17:49 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-05-02 03:17:49 (GMT)
commitc6e532afb936a4a7cd8d2cb97029e55cd5b9e435 (patch)
tree8956e938a9157070d75e2f29f8f5ce8602b60ac3 /configure
parent714d90171466c84dfafad771b0b26a87a4b4ebff (diff)
downloadhdf5-c6e532afb936a4a7cd8d2cb97029e55cd5b9e435.zip
hdf5-c6e532afb936a4a7cd8d2cb97029e55cd5b9e435.tar.gz
hdf5-c6e532afb936a4a7cd8d2cb97029e55cd5b9e435.tar.bz2
[svn-r12320] Purpose:
code cleanup Description: Finish H5FS->H5CS internal API name changes... Platforms tested: FreeBSD 4.11 (sleipnir) w/ & w/o --enable-codestack
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure20
1 files changed, 10 insertions, 10 deletions
diff --git a/configure b/configure
index 4af6447..f0648dd 100755
--- a/configure
+++ b/configure
@@ -1069,7 +1069,7 @@ Optional Features:
specify a comma-separated list of package names
without the leading H5 or the word no. The default
is most packages.
- --enable-funcstack Enable the function stack tracing (for developer
+ --enable-codestack Enable the function stack tracing (for developer
debugging).
--enable-group-revision Enable the group revision code (for internal
developers only).
@@ -47345,25 +47345,25 @@ fi
echo "$as_me:$LINENO: checking whether function stack tracking is enabled" >&5
echo $ECHO_N "checking whether function stack tracking is enabled... $ECHO_C" >&6
-# Check whether --enable-funcstack or --disable-funcstack was given.
-if test "${enable_funcstack+set}" = set; then
- enableval="$enable_funcstack"
- FUNCSTACK=$enableval
+# Check whether --enable-codestack or --disable-codestack was given.
+if test "${enable_codestack+set}" = set; then
+ enableval="$enable_codestack"
+ CODESTACK=$enableval
fi;
-case "X-$FUNCSTACK" in
+case "X-$CODESTACK" in
X-yes)
- FUNCSTACK=yes
+ CODESTACK=yes
echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6
cat >>confdefs.h <<\_ACEOF
-#define HAVE_FUNCSTACK 1
+#define HAVE_CODESTACK 1
_ACEOF
;;
*)
- FUNCSTACK=no
+ CODESTACK=no
echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6
;;
@@ -53071,7 +53071,7 @@ PRINT_N " dmalloc"
IF_YES_NO "$HAVE_DMALLOC"
PRINT_N " Function Stack Tracing"
-IF_ENABLED_DISABLED "$FUNCSTACK"
+IF_ENABLED_DISABLED "$CODESTACK"
PRINT_N " Group Revision"
IF_ENABLED_DISABLED "$GROUPREVISION"