From 1bdd5268ed8bd8786c8504f6df4eafd4c83ceb0b Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 19 Apr 2007 09:00:23 +0000 Subject: [PATCH] - "homdynToH5p" from tools build list removed --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index fc0a71d..bddbe83 100644 --- a/configure.ac +++ b/configure.ac @@ -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