--- source-trees/gt2-cvs/gram/jobmanager/setup/lsf/find-lsf-tools.in 11 Jun 2007 23:52:12 -0000 1.5.42.3 +++ source-trees/gt2-cvs/gram/jobmanager/setup/lsf/find-lsf-tools.in 30 Jan 2008 19:52:34 -0000 @@ -91,6 +91,11 @@ AC_MSG_ERROR([Cannot locate bhist]) fi +AC_PATH_PROG(BACCT, bacct, no) +if test "$BACCT" = "no"; then + AC_MSG_ERROR([Cannot locate bacct]) +fi + # SoftEnv installation directory AC_ARG_WITH(softenv-dir, [ --with-softenv-dir softenv_install_dir],