[Opensrf-commits] r1411 - trunk
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Aug 11 16:07:54 EDT 2008
Author: erickson
Date: 2008-08-11 16:07:53 -0400 (Mon, 11 Aug 2008)
New Revision: 1411
Modified:
trunk/autogen.sh
Log:
merged in Shawn's build tools checker for autogen
Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh 2008-08-11 19:32:50 UTC (rev 1410)
+++ trunk/autogen.sh 2008-08-11 20:07:53 UTC (rev 1411)
@@ -15,6 +15,22 @@
${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"
More information about the opensrf-commits
mailing list