rev 4220 - trunk/packages/akode/debian/patches

Christopher Martin chrsmrtn at costa.debian.org
Sat Jul 29 14:36:56 UTC 2006


Author: chrsmrtn
Date: 2006-07-29 14:36:56 +0000 (Sat, 29 Jul 2006)
New Revision: 4220

Added:
   trunk/packages/akode/debian/patches/07_autoconf_2.6.diff
Log:
Add a patch for the new autoconf.


Added: trunk/packages/akode/debian/patches/07_autoconf_2.6.diff
===================================================================
--- trunk/packages/akode/debian/patches/07_autoconf_2.6.diff	2006-07-29 14:36:35 UTC (rev 4219)
+++ trunk/packages/akode/debian/patches/07_autoconf_2.6.diff	2006-07-29 14:36:56 UTC (rev 4220)
@@ -0,0 +1,20 @@
+--- kde.orig/admin/cvs.sh
++++ kde.patched/admin/cvs.sh
+@@ -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.5* | autoconf*2.5* | autoconf*2.6* ) : ;;
+   "" )
+     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.5* | autoheader*2.5* | autoheader*2.6* ) : ;;
+   "" )
+     echo "*** AUTOHEADER NOT FOUND!."
+     echo "*** KDE requires autoheader $required_autoconf_version"




More information about the pkg-kde-commits mailing list