exit with error code when tools are not found
authorsboyette <sboyette@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 29 Oct 2009 21:26:06 +0000 (21:26 +0000)
committersboyette <sboyette@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 29 Oct 2009 21:26:06 +0000 (21:26 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1832 9efc2488-bf62-4759-914b-345cdb29e865

autogen.sh

index 37dac2e..ff28cf2 100755 (executable)
@@ -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