--- source-trees/gt2-cvs/gram/jobmanager/setup/lsf/find-lsf-tools.in Wed Jun 18 20:25:16 2003 +++ source-trees/gt2-cvs/gram/jobmanager/setup/lsf/find-lsf-tools.in Sun Jan 4 04:11:53 2004 @@ -86,6 +57,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 + prefix='$(GLOBUS_LOCATION)' exec_prefix='$(GLOBUS_LOCATION)' libexecdir=${prefix}/libexec