SOURCES: kanyremote-autotools.patch (NEW) - fix autotools detectio...

shadzik shadzik at pld-linux.org
Sun Nov 19 18:58:16 CET 2006


Author: shadzik                      Date: Sun Nov 19 17:58:16 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix autotools detection on th

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

---- Diffs:

================================================================
Index: SOURCES/kanyremote-autotools.patch
diff -u /dev/null SOURCES/kanyremote-autotools.patch:1.1
--- /dev/null	Sun Nov 19 18:58:16 2006
+++ SOURCES/kanyremote-autotools.patch	Sun Nov 19 18:58:11 2006
@@ -0,0 +1,29 @@
+--- admin/cvs.sh	2006-10-26 08:46:13.000000000 +0200
++++ admin/cvs.sh-new	2006-11-19 18:55:34.000000000 +0100
+@@ -29,7 +29,7 @@
+ {
+ 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 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.5* | autoheader*2.5* | autoheader*2.5* ) : ;;
+   "" )
+     echo "*** AUTOHEADER NOT FOUND!."
+     echo "*** KDE requires autoheader 2.52 or 2.53 (part of autoconf)"
+@@ -59,7 +59,7 @@
+ 
+ AUTOMAKE_STRING=`$AUTOMAKE --version | head -n 1`
+ case $AUTOMAKE_STRING in
+-  automake*1.5d* | automake*1.5* | automake*1.5-* )
++  automake*1.5d* | automake*1.5* | automake*1.5-* | automake*1.9* | automake*2.0* )
+     echo "*** YOU'RE USING $AUTOMAKE_STRING."
+     echo "*** KDE requires automake 1.6.1 or newer"
+     exit 1
================================================================


More information about the pld-cvs-commit mailing list