--- m4/boinc.m4.orig 2008-09-16 10:04:14.000000000 -0700 +++ m4/boinc.m4 2008-09-16 10:04:33.000000000 -0700 @@ -14,8 +14,8 @@ elif [ -f ../../client/client_state.C ]; then BOINC_DIR=`cd ../.. && pwd` else - echo "Couldn't find BOINC files; specify BOINC_DIR" >&2 - exit 1 + echo "Couldn't find BOINC files; specify BOINC_DIR" >&2 + #exit 1 fi fi ] --- m4/project_dir.m4.orig 2008-09-16 10:18:58.000000000 -0700 +++ m4/project_dir.m4 2008-09-16 10:19:07.000000000 -0700 @@ -14,8 +14,8 @@ elif [ -f ../../client/client_state.C ]; then BOINC_DIR=`cd ../.. && pwd` else - echo "Couldn't find BOINC files; specify BOINC_DIR" >&2 - exit 1 + echo "Couldn't find BOINC files; specify BOINC_DIR" >&2 + #exit 1 fi fi ]