[Opensrf-commits] r1832 - trunk (sboyette)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Oct 29 17:26:12 EDT 2009


Author: sboyette
Date: 2009-10-29 17:26:06 -0400 (Thu, 29 Oct 2009)
New Revision: 1832

Modified:
   trunk/autogen.sh
Log:
exit with error code when tools are not found

Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh	2009-10-29 19:48:33 UTC (rev 1831)
+++ trunk/autogen.sh	2009-10-29 21:26:06 UTC (rev 1832)
@@ -33,7 +33,7 @@
         echo Please make sure your system has the GNU autoconf and automake
         echo toolchains installed.
         echo "--------------------------------------------------------------"
-        exit
+        exit 1
         ;;
 esac
 



More information about the opensrf-commits mailing list