SOURCES: smart-autoconf-2.6.patch (NEW) - for ksmarttry

czarny czarny at pld-linux.org
Mon Sep 18 22:23:30 CEST 2006


Author: czarny                       Date: Mon Sep 18 20:23:30 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- for ksmarttry

---- Files affected:
SOURCES:
   smart-autoconf-2.6.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/smart-autoconf-2.6.patch
diff -u /dev/null SOURCES/smart-autoconf-2.6.patch:1.1
--- /dev/null	Mon Sep 18 22:23:30 2006
+++ SOURCES/smart-autoconf-2.6.patch	Mon Sep 18 22:23:25 2006
@@ -0,0 +1,20 @@
+--- contrib/ksmarttray/admin/cvs.sh.orig	2004-11-04 22:34:52.000000000 +0100
++++ contrib/ksmarttray/admin/cvs.sh	2006-09-18 22:12:57.279089000 +0200
+@@ -29,7 +29,7 @@
+ {
+ 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 2.52, 2.53 or 2.54"
+@@ -44,7 +44,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 2.52 or 2.53 (part of autoconf)"
================================================================


More information about the pld-cvs-commit mailing list