]> git.pld-linux.org Git - packages/kanyremote.git/blame - kanyremote-autotools.patch
- ups, typo
[packages/kanyremote.git] / kanyremote-autotools.patch
CommitLineData
63d2a612 1--- admin/cvs.sh 2006-10-26 08:46:13.000000000 +0200
2+++ admin/cvs.sh-new 2006-11-19 18:55:34.000000000 +0100
3@@ -29,7 +29,7 @@
4 {
5 AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1`
6 case $AUTOCONF_VERSION in
7- Autoconf*2.5* | autoconf*2.5* ) : ;;
8+ Autoconf*2.5* | autoconf*2.5* | autoconf*2.6* ) : ;;
9 "" )
10 echo "*** AUTOCONF NOT FOUND!."
11 echo "*** KDE requires autoconf 2.52, 2.53 or 2.54"
12@@ -44,7 +44,7 @@
13
14 AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1`
15 case $AUTOHEADER_VERSION in
16- Autoconf*2.5* | autoheader*2.5* ) : ;;
9116cc4f 17+ Autoconf*2.5* | autoheader*2.5* | autoheader*2.6* ) : ;;
63d2a612 18 "" )
19 echo "*** AUTOHEADER NOT FOUND!."
20 echo "*** KDE requires autoheader 2.52 or 2.53 (part of autoconf)"
21@@ -59,7 +59,7 @@
22
23 AUTOMAKE_STRING=`$AUTOMAKE --version | head -n 1`
24 case $AUTOMAKE_STRING in
25- automake*1.5d* | automake*1.5* | automake*1.5-* )
26+ automake*1.5d* | automake*1.5* | automake*1.5-* | automake*1.9* | automake*2.0* )
27 echo "*** YOU'RE USING $AUTOMAKE_STRING."
28 echo "*** KDE requires automake 1.6.1 or newer"
29 exit 1
This page took 0.033979 seconds and 4 git commands to generate.