]> git.pld-linux.org Git - packages/arts.git/blob - arts-ac260.patch
- adjusted for automake 1.11, release 9
[packages/arts.git] / arts-ac260.patch
1 --- a/admin/cvs.sh      2006-05-23 14:51:55.000000000 +0200
2 +++ b/admin/cvs.sh      2006-07-09 20:05:01.000000000 +0200
3 @@ -32,7 +32,7 @@
4  required_autoconf_version="2.53 or newer"
5  AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1`
6  case $AUTOCONF_VERSION in
7 -  Autoconf*2.5* | autoconf*2.5* ) : ;;
8 +  Autoconf*2.[56]* | autoconf*2.[56]* ) : ;;
9    "" )
10      echo "*** AUTOCONF NOT FOUND!."
11      echo "*** KDE requires autoconf $required_autoconf_version"
12 @@ -47,7 +47,7 @@
13  
14  AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1`
15  case $AUTOHEADER_VERSION in
16 -  Autoconf*2.5* | autoheader*2.5* ) : ;;
17 +  Autoconf*2.[56]* | autoheader*2.[56]* ) : ;;
18    "" )
19      echo "*** AUTOHEADER NOT FOUND!."
20      echo "*** KDE requires autoheader $required_autoconf_version"
This page took 0.023979 seconds and 3 git commands to generate.