]> git.pld-linux.org Git - packages/arts.git/commitdiff
- fix autoconf detection.
authorPaweł Sikora <pluto@pld-linux.org>
Mon, 10 Jul 2006 06:39:34 +0000 (06:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arts-ac260.patch -> 1.1

arts-ac260.patch [new file with mode: 0644]

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.190499 seconds and 4 git commands to generate.