]> git.street.me.uk Git - andy/viking.git/blobdiff - autogen.sh
Fix compiler warnings generated with gcc4.6 in vikgpslayer.c
[andy/viking.git] / autogen.sh
index 8e3447bd27d8d8b081863a840f530e5ba0a5369b..a5b137d9254228c2f44cf41879f2077b1785cf8a 100755 (executable)
@@ -15,7 +15,8 @@ PKG_NAME="viking"
 }
 
 which gnome-autogen.sh || {
-    echo "You need to install gnome-common from the GNOME CVS"
+    echo "You need to install gnome-common module and make"
+    echo "sure the gnome-autogen.sh script is in your \$PATH."
     exit 1
 }