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

List:       kde-core-devel
Subject:    [PATCH] fixing python2.2 detection (acinclude.m4.in)
From:       fenix <fenix () club-internet ! fr>
Date:       2002-01-31 19:32:37
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi, 

just a little patch for fixing kdevelop's scipting part compil with
python2.2 (python 2.2 install not detected by autoconf => can't find
Python.h) 


FeniX 


[Attachment #5 (text/html)]

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/1.0.0">
</HEAD>
<BODY>

<BR>
Hi, 
<BR>

<BR>
just a little patch for fixing kdevelop's scipting part compil with python2.2 (python \
2.2 install not detected by autoconf =&gt; can't find Python.h)  <BR>

<BR>

<BR>
FeniX 
<BR>

</BODY>
</HTML>


[Attachment #6 (--=-j6dBrPY2vYqckixRgqQU)]



Hi, 

 just a little patch for fixing scipting part compil with python2.2
(python 2.2 install not detected by autoconf => can't find Python.h)


FeniX


["kdev_python22.patch" (kdev_python22.patch)]

Index: acinclude.m4.in
===================================================================
RCS file: /home/kde/kde-common/admin/acinclude.m4.in,v
retrieving revision 2.209
diff -u -r2.209 acinclude.m4.in
--- acinclude.m4.in	2002/01/24 10:05:33	2.209
+++ acinclude.m4.in	2002/01/26 13:31:31
@@ -3880,9 +3880,10 @@
 
 AC_DEFUN(KDE_CHECK_PYTHON,
 [
-  KDE_CHECK_PYTHON_INTERN("2.1", [KDE_CHECK_PYTHON_INTERN("2.0",
-        [ KDE_CHECK_PYTHON_INTERN($1, $2) ])
-  ])
+  KDE_CHECK_PYTHON_INTERN("2.2", 
+    [KDE_CHECK_PYTHON_INTERN("2.1", 
+      [KDE_CHECK_PYTHON_INTERN("2.0", [ KDE_CHECK_PYTHON_INTERN($1, $2) ])
+  ])])
 ])
 
 AC_DEFUN(KDE_CHECK_STL_SGI,


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

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