[genius] Tue Oct 01 21:35:09 2013 Jiri (George) Lebl <jirka 5z com>



commit 8872c0e62b9d11c3b10c2e73b3583f1713f78204
Author: Jiri (George) Lebl <jirka 5z com>
Date:   Tue Oct 1 21:35:15 2013 -0500

    Tue Oct 01 21:35:09 2013  Jiri (George) Lebl <jirka 5z com>
    
        * autogen.sh, configure.in: updates, for example we still refer
          to cvs

 ChangeLog    |    5 +++++
 autogen.sh   |    4 +++-
 configure.in |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 27995ec..19128cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Oct 01 21:35:09 2013  Jiri (George) Lebl <jirka 5z com>
+
+       * autogen.sh, configure.in: updates, for example we still refer
+         to cvs
+
 Tue Oct 01 18:16:21 2013  Jiri (George) Lebl <jirka 5z com>
 
        * gtkextra/*.c: fix some more warnings include a leak
diff --git a/autogen.sh b/autogen.sh
index 8ecd46c..b36a429 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -17,7 +17,9 @@ PKG_NAME="Genius"
 }
 
 which gnome-autogen.sh || {
-    echo "You need to install gnome-common from the GNOME CVS"
+    echo "Missing gnome-autogen.sh"
+    echo "You need to install gnome-common from the GNOME git,"
+    echo "or possibly the \"gnome-common\" distribution package"
     exit 1
 }
 USE_GNOME2_MACROS=1 . gnome-autogen.sh
diff --git a/configure.in b/configure.in
index a855385..f230478 100644
--- a/configure.in
+++ b/configure.in
@@ -189,7 +189,7 @@ dnl ******************************
 AC_ARG_ENABLE(more-warnings,
 [  --enable-more-warnings  Maximum compiler warnings],
 set_more_warnings="$enableval",[
-if test -f $srcdir/.svn/entries; then
+if test -f $srcdir/.git/config; then
        is_cvs_version=true
        set_more_warnings=yes
 else


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