[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-core-devel
Subject:    [PATCH] Make arts 1.5.x compile with autoconf 2.60
From:       Bernhard Rosenkraenzer <bero () arklinux ! org>
Date:       2006-07-15 12:19:56
Message-ID: 200607151419.56457.bero () arklinux ! org
[Download RAW message or body]

This patch was aplied to the KDE/3.5 branch, but is still missing from 
arts/1.5 -- should probably go in before 3.5.4

----------  Forwarded Message  ----------

Subject: [PATCH] Make KDE_3_5 compile with autoconf 2.60
Date: Wednesday, 28. June 2006 19:59
From: Bernhard Rosenkraenzer <bero@arklinux.org>
To: kde-core-devel@kde.org

autoconf 2.60 was released a couple of days ago -- no major changes since
2.59, but admin/cvs.sh falls over the version number.

Someone w/ write access to admin/ please commit.

-------------------------------------------------------

["kde-3.5.4-autoconf-2.60.patch" (text/x-diff)]

--- kdelibs/admin/cvs.sh.ark	2006-06-28 19:59:09.000000000 +0200
+++ kdelibs/admin/cvs.sh	2006-06-28 20:00:20.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.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"


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic