]> git.pld-linux.org Git - packages/k3b.git/commitdiff
- support latest autotools from Th
authorshadzik <shadzik@pld-linux.org>
Wed, 23 Aug 2006 15:02:56 +0000 (15:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    k3b-autotools.patch -> 1.1

k3b-autotools.patch [new file with mode: 0644]

diff --git a/k3b-autotools.patch b/k3b-autotools.patch
new file mode 100644 (file)
index 0000000..f4f20bd
--- /dev/null
@@ -0,0 +1,20 @@
+--- k3b-0.12.17/admin/cvs.sh   2006-08-23 09:31:38.000000000 +0200
++++ k3b-0.12.17/admin/cvs.sh-new       2006-08-23 17:03:47.658932896 +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.5* | autoconf*2.5* | autoconf*2.6* ) : ;;
+   "" )
+     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.5* | autoheader*2.5* | autoheader*2.6*) : ;;
+   "" )
+     echo "*** AUTOHEADER NOT FOUND!."
+     echo "*** KDE requires autoheader $required_autoconf_version"
This page took 0.30021 seconds and 4 git commands to generate.