summaryrefslogtreecommitdiff
path: root/config/grc_gnuradio_core.m4
diff options
context:
space:
mode:
authorEric Blossom2010-11-21 19:11:33 -0800
committerEric Blossom2010-11-21 19:11:33 -0800
commit6f6a9f3f2f089c94e58a4202ee5ff2c47d1baf1f (patch)
treeb671e7ca06ae10397a84001b92709b86870b7da3 /config/grc_gnuradio_core.m4
parentd4ed4d96470c91bcb7fb45da5e07641b24331cba (diff)
parentff62557a42b6ce89a711f9d0603c0fe52a891ed8 (diff)
downloadgnuradio-6f6a9f3f2f089c94e58a4202ee5ff2c47d1baf1f.tar.gz
gnuradio-6f6a9f3f2f089c94e58a4202ee5ff2c47d1baf1f.tar.bz2
gnuradio-6f6a9f3f2f089c94e58a4202ee5ff2c47d1baf1f.zip
Merge branch 'works' into broken
* works: Make Guile bindings work with --with-gnuradio-core et al. Update TODO Add guile SIGINT handler to gr:wait. Minor tweaks: comments, static Add guile shim to gr_top_block::wait that exits guile mode before blocking. Enable more tests Enable a couple more tests Remove 868 useless warnings about "is deprecated". gr_msg_queue now working correctly from within guile. Disable items that require swig directors when building guile bindings.
Diffstat (limited to 'config/grc_gnuradio_core.m4')
-rw-r--r--config/grc_gnuradio_core.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/config/grc_gnuradio_core.m4 b/config/grc_gnuradio_core.m4
index 8cbba49ef..ff3df8c60 100644
--- a/config/grc_gnuradio_core.m4
+++ b/config/grc_gnuradio_core.m4
@@ -26,6 +26,8 @@ AC_DEFUN([GRC_GNURADIO_CORE],[
gnuradio_core_I="$gnuradio_core_SWIGDIRPATH/gnuradio.i"
gnuradio_core_SWIG_INCLUDES="-I$gnuradio_core_SWIGDIRPATH"
gnuradio_core_PYDIRPATH=$pythondir
+ gnuradio_core_GUILE_LOAD_PATH="`pkg-config --variable=guile_load_path gnuradio-core`"
+ gnuradio_core_LIBDIRPATH="`pkg-config --variable=libdir gnuradio-core`"
])
dnl Don't do gnuradio-core if gruel skipped