summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Tomasik2006-12-20 16:19:02 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit75d4d38979cfc85c3146b4d904b7731c7699aba0 (patch)
treeef0c881a3b23e81a542789962357e9b7f199ae26
parent8c7fcbb0d575c7db4724b1ada021fbdb02b2787f (diff)
downloadkdbg-75d4d38979cfc85c3146b4d904b7731c7699aba0.zip
kdbg-75d4d38979cfc85c3146b4d904b7731c7699aba0.tar.gz
- obsolotes
Changed files: kde-ac260.patch -> 1.2
-rw-r--r--kde-ac260.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/kde-ac260.patch b/kde-ac260.patch
deleted file mode 100644
index 17567e3..0000000
--- a/kde-ac260.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- dbus-1-qt3-0.2/admin/cvs.sh.wigeta 2006-08-17 20:33:33.000000000 +0200
-+++ dbus-1-qt3-0.2/admin/cvs.sh 2006-08-17 20:34:23.000000000 +0200
-@@ -32,7 +32,7 @@
- required_autoconf_version="2.53 or newer"
- AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1`
- case $AUTOCONF_VERSION in
-- Autoconf*2.5* | autoconf*2.5* ) : ;;
-+ Autoconf*2.[56]* | autoconf*2.[56]* ) : ;;
- "" )
- echo "*** AUTOCONF NOT FOUND!."
- echo "*** KDE requires autoconf $required_autoconf_version"
-@@ -47,7 +47,7 @@
-
- AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1`
- case $AUTOHEADER_VERSION in
-- Autoconf*2.5* | autoheader*2.5* ) : ;;
-+ Autoconf*2.[56]* | autoheader*2.[56]* ) : ;;
- "" )
- echo "*** AUTOHEADER NOT FOUND!."
- echo "*** KDE requires autoheader $required_autoconf_version"