git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/sboyette@1410
9efc2488-bf62-4759-914b-
345cdb29e865
${AUTOCONF}
+SILENT=`which libtoolize aclocal autoheader automake autoconf`
+case "$?" in
+ 0 )
+ echo All build tools found.
+ ;;
+ 1)
+ echo
+ echo "--------------------------------------------------------------"
+ echo " >>> Some build tools are missing! <<<"
+ echo Please make sure your system has the GNU autoconf and automake
+ echo toolchains installed.
+ echo "--------------------------------------------------------------"
+ exit
+ ;;
+esac
+
echo
echo "---------------------------------------------"
echo "autogen finished running, now run ./configure"