##################################################################### # Check sandbox location # # source: $$filename ##################################################################### if test x$enabled_sandbox = xyes then if test x$sandbox_location = x then AC_MSG_CHECKING([[CLAM sandbox location]]) sandbox_location=`cd ../.. ; pwd`; AC_MSG_RESULT([$sandbox_location]) fi fi #####################################################################