vte r2346 - trunk



Author: behdad
Date: Mon Dec 15 01:08:12 2008
New Revision: 2346
URL: http://svn.gnome.org/viewvc/vte?rev=2346&view=rev

Log:
2008-12-14  Behdad Esfahbod  <behdad gnome org>

        Bug 564535 â check for gperf on build

        * autogen.sh: Check for gperf.



Modified:
   trunk/ChangeLog
   trunk/autogen.sh

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh	(original)
+++ trunk/autogen.sh	Mon Dec 15 01:08:12 2008
@@ -14,6 +14,13 @@
     exit 1
 }
 
+echo "checking for GNU gperf"
+which gperf || {
+    echo "You need to install GNU gperf"
+    exit 1
+}
+
+echo "checking for gnome-autogen.sh"
 which gnome-autogen.sh || {
     echo "You need to install gnome-common from the GNOME SVN"
     exit 1



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]