--- dbus-python-0.81.1/m4.orig/am-check-python-headers.m4 +++ dbus-python-0.81.1/m4/am-check-python-headers.m4 @@ -7214,12 +7214,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" nzil Mirror of openembedded-coreMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/.templateconf
x.x.x+cvsYYYY...
AgeCommit message (Expand)AuthorFiles
2014-03-11.templateconf: New file for customized template defaultsGary Thomas1
Richard Purdie1
2006-01-02gnu-config, orinoco-modules: fix cvs SRC_URI per http://savannah.gnu.org/foru...Michael Lauer1
2005-12-13gcc_csl-arm, gnu-config, orinoco-modules, quilt: cvs.sv.(non)gnu.org movePhilipp Zabel1
2005-07-15gnu-config: switch to a fixed CVSDATE (20050701 for now).Rene Wagner2
2005-06-30import clean BK tree at cset 1.3670Koen Kooi5
2005-05-16Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
2005-03-16Merge nslu2-linux@nslu2-linux.bkbits.net:openembeddedg2@giantshoulder.com2
2005-03-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson4
2005-02-23Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net2
2005-01-18Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net2
2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson6