From: sboyette Date: Thu, 29 Oct 2009 21:26:06 +0000 (+0000) Subject: exit with error code when tools are not found X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4d69b292b3b6a775e85786b4fcae9a2996143c81;p=opensrf%2Fbjwebb.git exit with error code when tools are not found git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1832 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/autogen.sh b/autogen.sh index 37dac2e..ff28cf2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -33,7 +33,7 @@ case "$?" in echo Please make sure your system has the GNU autoconf and automake echo toolchains installed. echo "--------------------------------------------------------------" - exit + exit 1 ;; esac