]> git.pld-linux.org Git - packages/arts.git/blobdiff - arts-ac260.patch
- fix autoconf detection.
[packages/arts.git] / arts-ac260.patch
diff --git a/arts-ac260.patch b/arts-ac260.patch
new file mode 100644 (file)
index 0000000..712f747
--- /dev/null
@@ -0,0 +1,20 @@
+--- a/admin/cvs.sh     2006-05-23 14:51:55.000000000 +0200
++++ b/admin/cvs.sh     2006-07-09 20:05:01.000000000 +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.[56]* | autoconf*2.[56]* ) : ;;
+   "" )
+     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.[56]* | autoheader*2.[56]* ) : ;;
+   "" )
+     echo "*** AUTOHEADER NOT FOUND!."
+     echo "*** KDE requires autoheader $required_autoconf_version"
This page took 0.026284 seconds and 4 git commands to generate.