SOURCES: k3b-autotools.patch (NEW) - support latest autotools from Th

shadzik shadzik at pld-linux.org
Wed Aug 23 17:03:01 CEST 2006


Author: shadzik                      Date: Wed Aug 23 15:03:01 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- support latest autotools from Th

---- Files affected:
SOURCES:
   k3b-autotools.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/k3b-autotools.patch
diff -u /dev/null SOURCES/k3b-autotools.patch:1.1
--- /dev/null	Wed Aug 23 17:03:01 2006
+++ SOURCES/k3b-autotools.patch	Wed Aug 23 17:02:56 2006
@@ -0,0 +1,20 @@
+--- k3b-0.12.17/admin/cvs.sh	2006-08-23 09:31:38.000000000 +0200
++++ k3b-0.12.17/admin/cvs.sh-new	2006-08-23 17:03:47.658932896 +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.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 pld-cvs-commit mailing list