Index: gst-python-0.10.10/acinclude.m4 =================================================================== --- gst-python-0.10.10.orig/acinclude.m4 +++ gst-python-0.10.10/acinclude.m4 @@ -43,16 +43,20 @@ AC_DEFUN([AM_CHECK_PYTHON_HEADERS], [AC_REQUIRE([AM_PATH_PYTHON]) AC_MSG_CHECKING(for headers required to compile python extensions) dnl deduce PYTHON_INCLUDES -py_prefix=`$PYTHON -c "import sys; print sys.prefix"` -py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"` -if $PYTHON-config --help 2>/dev/null; then - PYTHON_INCLUDES=`$PYTHON-config --includes 2>/dev/null` + +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 - 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 + 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" /multitech-oe.git/log/packages/zd1211'>logtreecommitdiff
path: root/packages/zd1211
AgeCommit message (Expand)AuthorFiles
2007-03-09zd1211-firmware: firmware to use with the in-kernel zd1211rw driverRod Whitby1
2007-02-26zd1211: Upstream upgrade to -r85. Fixes problem in recent kernelsOyvind Repvik6
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-10-21zd1211: makefile patch refresh for UnslungMike Westerhof1
2006-10-12zd1211: Add mysteriously missing filesOyvind Repvik3
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi2
2006-09-11zd1211: Add HOMEPAGE, sanitizeOyvind Repvik1
2006-09-07zd1211: Reformat .bbOyvind Repvik1
2006-09-02zd1211: Clean up duplicate filesOyvind Repvik7
2006-09-02zd1211: Remove deprecated versions, update to rev83Oyvind Repvik13
2006-07-04zd1211: added missing $ in bb fileFrans Meulenbroeks4
2006-06-26zd1211: bumped PR to force rebuilding for 2.6.17Frans Meulenbroeks1
2006-06-08zd1211: Add driver revision 77Oyvind Repvik6
2006-05-01zd1211: Updated to r74 driver, fixed ARM endian problem, added unslung patches.Mike Westerhof7
2006-03-30zd1211: Update to -r67, remove old cruftOyvind Repvik15
2006-03-11zd1211: Fixup for Unslung 2.4-kernelOyvind Repvik2
2006-03-03zd1211: Fix quotingOyvind Repvik1
2006-02-25zd1211: Fix spelling and remove unused SRC_DIR variableOyvind Repvik1
2006-02-25Update zd1211 to latest revision from svnOyvind Repvik3
2006-02-10zd1211: Add transmitkey index fixOyvind Repvik2
2006-02-09zd1211: Add ssid patchesOyvind Repvik3
2006-02-04zd1211: Incorporate new version of firmware from original Zydas driverOyvind Repvik2
2006-01-25zd1211: upstream upgrade to -r52, fix for 'reset not allowed in state 0' on r...Oyvind Repvik3
2006-01-22zd1211: Remove old driver, add new (maintained) driverOyvind Repvik11
2006-01-14slugos: move to ixp4xx-kernel, change nslu2 to more generic ixp4xx in confJohn Bowler1
2005-11-11zd1211: fix module path naming in 20050822John Bowler1
2005-10-06zd1211: Fix compilation issues on kernels >=2.6.13Oyvind Repvik7
2005-09-07zd1211: Change DEPENDS to RDEPENDS for wireless-toolsOyvind Repvik1
2005-09-02zd1211: patch makefile to make compatible with 2.4 kernels; add to unslung-pa...Derek Young3
2005-09-01zd1211: Updated to new version Oyvind Repvik1
2005-08-24zd1211: Added zd1211-4916 (rumoured to work with Unslung).Rod Whitby9
2005-08-14Fixup patch, minor typoOyvind Repvik1
2005-06-30import clean BK tree at cset 1.3670Koen Kooi3
2005-05-30Added DOS line endings to the zd1211 Makefile patchRod Whitby1
2005-05-30Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembeddedDerek Young2