--- 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" cted='selected'>multitech-corecdp-1.x Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/scummvm
AgeCommit message (Expand)AuthorFiles
2008-03-26fic-gta0? : renamed fic-gta0? to om-gta0? to reflect true name of deviceGraeme Gregory2
2007-09-04merge of 'db3553a557f70630b0299ead528cf8868b9d65fe'Marcin Juszkiewicz1
2007-09-04scummvm: give proper path to sdl-configMarcin Juszkiewicz1
2007-09-04scummvm: Put it back the (broken) way it was. Changing to STAGING_BINDIR_CRO...Rod Whitby1
2007-09-03scummvm: Fixed the staging dir location. Thx hrw for the tip.Rod Whitby1
2007-08-19scummvm-0.9.1: update packaging, make default, openmoko integrationPhilipp Zabel5
2007-08-19scummvm.inc: improve DESCRIPTION, add HOMEPAGEPhilipp Zabel1
2007-08-18scummvm: use autotools' do_install, improve packagingPhilipp Zabel1