--- python.orig/m4/python.m4 +++ python/m4/python.m4 @@ -43,12 +43,18 @@ [AC_REQUIRE([AM_PATH_PYTHON]) AC_MSG_CHECKING(for headers required to compile python extensions) dnl deduce PYTHON_INCLUDES +AC_ARG_WITH(python-includes, + [ --with-python-includes=DIR path to Python includes], py_exec_prefix=$withval) +if test x$py_exec_prefix != x; then +PYTHON_INCLUDES="-I${py_exec_prefix}/include/python${PYTHON_VERSION}" +else py_prefix=`$PYTHON -c "import sys; print sys.prefix"` py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"` PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}" if test "$py_prefix" != "$py_exec_prefix"; then PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}" fi +fi AC_SUBST(PYTHON_INCLUDES) dnl check if the headers exist: save_CPPFLAGS="$CPPFLAGS" onchange='this.form.submit();'> Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/python/python-pyqt
AgeCommit message (Collapse)AuthorFiles
2008-11-17python-pyqt: update to python-pyqt 4.4.3; patch courtesy Erin YuehMichael 'Mickey' Lauer1
NOTE: The forthcoming upgrade to 4.4.4 (already out) needs more work.
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe1
2008-01-07packages/python/python-pyqt: We have Qt4.3.3 now, make use of it and enable ↵Holger Freyther1
the assistantclient
2007-12-03python-[sip|qt]: update to 4.7.1 / 4.3.1 and repair. closes #2468Michael Lauer4
2007-08-16python-pyqt: promote qt4 to being the default, rename other packages accordinglyMichael Lauer2