[tomboy] Better message when gnome-common is missing.



commit 3c139a9304bc40dbc3fa0bcac86537deb6d4de4d
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Tue May 12 15:00:26 2009 -0700

    Better message when gnome-common is missing.
---
 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 486c23c..af70bc5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -13,7 +13,7 @@ PKG_NAME="tomboy"
 }
 
 which gnome-autogen.sh || {
-    echo "You need to install gnome-common from the GNOME CVS"
+    echo "You need to install gnome-common from your distro or GNOME git"
     exit 1
 }
 



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