# Copyright (c) 2005-2007 Andre Merzky (andre@merzky.net) # Copyright (c) 2008 Ole Weidner (oweidner@cct.lsu.ed) # # Distributed under the Boost Software License, Version 1.0. # (See accompanying Afile LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) # find saga.m4 m4_include([saga.m4]) AC_INIT() AX_SAGA_CONFIG() BUILD_ADAPTOR_JOB=no # Copied these bits from the default adaptor. Do we need this here? if test "x$SAGA_HAVE_ADAPTOR_JOB" = "xyes"; then BUILD_ADAPTOR_JOB="yes" fi AC_SUBST([BUILD_ADAPTOR_JOB]) # create output files AC_CONFIG_FILES([config/make.cfg]) AC_OUTPUT() OUT=config.summary rm -f $OUT echo " " >> $OUT echo " ======================================================== " >> $OUT echo " SAGA CONDOR ADAPTORS - Configuration Summary " >> $OUT echo " ======================================================== " >> $OUT echo " " >> $OUT echo " Using SAGA from : $TMP_SAGA_LOCATION ($TMP_SAGA_INSTTYPE) " >> $OUT echo " " >> $OUT echo " ======================================================== " >> $OUT echo " SAGA CONDOR ADAPTORS - Configured Adaptors " >> $OUT echo " ======================================================== " >> $OUT echo " " >> $OUT echo " Job : $BUILD_ADAPTOR_JOB " >> $OUT echo " " >> $OUT echo " ======================================================== " >> $OUT echo " " >> $OUT if test "$SAGA_RECURSIVE_CONFIG" != "yes" ; then cat $OUT fi cat $OUT >> $SAGA_ROOT/$OUT