Fwd: autoconf-2.54 patch
Harald Fernengel
harry at kdevelop.org
Tue Nov 19 11:10:57 GMT 2002
Hi,
please review and apply if necessary.
Best regards,
Harry
---------- Forwarded Message ----------
Subject: autoconf-2.54 patch for Gideon
Date: Monday 18 November 2002 21:00
From: Roderick van Domburg <r.s.a.vandomburg at student.utwente.nl>
To: kdevelop-devel at kdevelop.org
Hello there,
Attached is an almost embarrasing patch that allows Gideon to build
using the new autoconf and automake 2.54 releases that my Gentoo ships with.
HTH,
Roderick
-------------------------------------------------------
Index: admin/detect-autoconf.sh
===================================================================
RCS file: /home/kdecvs/kde/kde-common/admin/detect-autoconf.sh,v
retrieving revision 1.3
diff -u -r1.3 detect-autoconf.sh
--- admin/detect-autoconf.sh 25 Oct 2002 15:02:20 -0000 1.3
+++ admin/detect-autoconf.sh 18 Nov 2002 19:55:52 -0000
@@ -15,6 +15,8 @@
{
if test -x "`$WHICH autoconf-2.5x`" ; then
AUTOCONF="`$WHICH autoconf-2.5x`"
+ elif test -x "`$WHICH autoconf-2.54`" ; then
+ AUTOCONF="`$WHICH autoconf-2.54`"
elif test -x "`$WHICH autoconf-2.53`" ; then
AUTOCONF="`$WHICH autoconf-2.53`"
elif test -x "`$WHICH autoconf-2.52`" ; then
@@ -29,6 +31,9 @@
if test -x "`$WHICH autoheader-2.5x`" ; then
AUTOHEADER="`$WHICH autoheader-2.5x`"
AUTOM4TE="`$WHICH autom4te-2.5x`"
+ elif test -x "`$WHICH autoheader-2.54`" ; then
+ AUTOHEADER="`$WHICH autoheader-2.54`"
+ AUTOM4TE="`$WHICH autom4te-2.54`"
elif test -x "`$WHICH autoheader-2.53`" ; then
AUTOHEADER="`$WHICH autoheader-2.53`"
AUTOM4TE="`$WHICH autom4te-2.53`"
-------------- next part --------------
Index: admin/detect-autoconf.sh
===================================================================
RCS file: /home/kdecvs/kde/kde-common/admin/detect-autoconf.sh,v
retrieving revision 1.3
diff -u -r1.3 detect-autoconf.sh
--- admin/detect-autoconf.sh 25 Oct 2002 15:02:20 -0000 1.3
+++ admin/detect-autoconf.sh 18 Nov 2002 19:55:52 -0000
@@ -15,6 +15,8 @@
{
if test -x "`$WHICH autoconf-2.5x`" ; then
AUTOCONF="`$WHICH autoconf-2.5x`"
+ elif test -x "`$WHICH autoconf-2.54`" ; then
+ AUTOCONF="`$WHICH autoconf-2.54`"
elif test -x "`$WHICH autoconf-2.53`" ; then
AUTOCONF="`$WHICH autoconf-2.53`"
elif test -x "`$WHICH autoconf-2.52`" ; then
@@ -29,6 +31,9 @@
if test -x "`$WHICH autoheader-2.5x`" ; then
AUTOHEADER="`$WHICH autoheader-2.5x`"
AUTOM4TE="`$WHICH autom4te-2.5x`"
+ elif test -x "`$WHICH autoheader-2.54`" ; then
+ AUTOHEADER="`$WHICH autoheader-2.54`"
+ AUTOM4TE="`$WHICH autom4te-2.54`"
elif test -x "`$WHICH autoheader-2.53`" ; then
AUTOHEADER="`$WHICH autoheader-2.53`"
AUTOM4TE="`$WHICH autom4te-2.53`"
More information about the kde-core-devel
mailing list