From 4d69b292b3b6a775e85786b4fcae9a2996143c81 Mon Sep 17 00:00:00 2001 From: sboyette <sboyette@9efc2488-bf62-4759-914b-345cdb29e865> Date: Thu, 29 Oct 2009 21:26:06 +0000 Subject: [PATCH] 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 --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0