[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdevelop
From:       Roberto Raggi <roberto () kdevelop ! org>
Date:       2003-06-14 20:30:47
[Download RAW message or body]

CVS commit by raggi: 

changelog & remove checks for libsvn-dev


  M +3 -0      ChangeLog   1.1049
  M +0 -7      configure.in.bot   1.7
  M +0 -1      configure.in.in   1.49
  M +0 -44     kdevelop.m4.in   1.24


--- kdevelop/ChangeLog  #1.1048:1.1049
@@ -1,2 +1,5 @@
+2003-06-14 Roberto Raggi <roberto@kdevelop.org>
+    * Added the subversion support
+
 2003-06-14 Harald Fernengel <harry@kdevelop.org>
     * Added perforce to the main menu, also uses KActions now so you can

--- kdevelop/configure.in.bot  #1.6:1.7
@@ -16,9 +16,2 @@
 fi
 
-if test -n "$SVN_SUBDIR"; then
-  echo ""
-  echo "WARNING! You are compiling with subversion support. Please note"
-  echo "that subversion is still experimental and that compilation of that"
-  echo "part might fail with subversion versions other than 0.17."
-fi
-  

--- kdevelop/configure.in.in  #1.48:1.49
@@ -7,5 +7,4 @@
 KDEV_CHECK_SCRIPTING
 KDEV_CHECK_JAVA
-KDEV_CHECK_SVN
 KDEV_CHECK_QEDITOR
 KDEV_CHECK_COMPAT

--- kdevelop/kdevelop.m4.in  #1.23:1.24
@@ -358,48 +358,4 @@
 ])
 
-AC_DEFUN(KDEV_CHECK_SVN,
-[
-AC_MSG_CHECKING(if svn enabled)
-AC_ARG_ENABLE(svnsupport,
-[  --enable-svnsupport    enable svn support],
-[if test "$enableval" = yes; then
-        enable_svnsupport=yes
-fi],
-enable_svnsupport=no)
-AC_MSG_RESULT($enable_svnsupport)
-
- if test "$enable_svnsupport" = "yes"; then
- AC_MSG_CHECKING(for Subversion svn-config)
-        AC_ARG_WITH(subversion-dir,
-         [  --with-subversion-dir=DIR           where Subversion is installed ],
-         [
-           SVNCONFIG="$withval/bin/svn-config"
-          ])
-
-        if test -z "$SVNCONFIG"; then
-                _SVNCONFIG="`svn-config --prefix`"
-                if test -n "$_SVNCONFIG"; then
-                        SVNCONFIG="$_SVNCONFIG/bin/svn-config"
-                fi
-        fi
-
-        AC_SUBST(SVNCONFIG)
-        if test -x "$SVNCONFIG"; then
-                SVN_SUBDIR=svn
-                SVNLD="`$SVNCONFIG --ldflags`"
-                SVNLIBS="`$SVNCONFIG --libs --cppflags`"
-                dnl ugly hack for subversion svn-config problems in 0.14.x, to be \
                removed when svn-config is fixed
-                SVNINC="`$SVNCONFIG --includes` -I$_SVNCONFIG/include/subversion-1/"
-                AC_MSG_RESULT(yes)
-        else
-                AC_MSG_RESULT(svn-config not found)
-        fi
-        AC_SUBST(SVNLD)
-        AC_SUBST(SVNINC)
-        AC_SUBST(SVNLIBS)
-        AC_SUBST(SVN_SUBDIR)
-fi
-])
-
 dnl  **********
 dnl  Simple Check for Berkeley DB >= 3


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic