- "homdynToH5p" from tools build list removed

This commit is contained in:
2007-04-19 09:00:23 +00:00
parent 92e057e4cf
commit 1bdd5268ed
+2 -2
View File
@@ -1,6 +1,6 @@
# Every configure script must call AC_INIT before doing anything else.
# AC_INIT (package, version, [bug-report], [tarname])
AC_INIT([H5Part], [1.3.2], [vis@hpcrdm.lbl.gov])
AC_INIT([H5Part], [1.3.2], [vis@hpcrdm.lbl.gov], H5Part)
# Ensure that a recent enough version of Autoconf is being used.
@@ -395,7 +395,7 @@ fi
AC_MSG_CHECKING([wheter tools are enabled])
if test "X$USE_TOOLS" = "Xyes"; then
AC_MSG_RESULT([yes])
BUILD_TOOLS="h5pAttrib h5pToGNUplot homdynToH5p"
BUILD_TOOLS="h5pAttrib h5pToGNUplot # homdynToH5p"
else
AC_MSG_RESULT([no])
fi