diff options
author | leo <leo@brix.(none)> | 2008-04-18 00:52:47 +0100 |
---|---|---|
committer | leo <leo@brix.(none)> | 2008-04-18 00:52:47 +0100 |
commit | 1160a9850752e6abb9a9a96ec4a3b7db6474dca0 (patch) | |
tree | 45a0b5a7fc7d0fa0cec96619bece9d8ea24e5a02 /gsm-tvoid | |
parent | c45b8883df3f015baf6baf8f8c481faecf13847e (diff) |
changes.
Diffstat (limited to 'gsm-tvoid')
-rw-r--r-- | gsm-tvoid/configure.ac | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gsm-tvoid/configure.ac b/gsm-tvoid/configure.ac index 37f8d49..ced8f31 100644 --- a/gsm-tvoid/configure.ac +++ b/gsm-tvoid/configure.ac @@ -80,7 +80,7 @@ AC_CHECK_FUNCS([]) dnl Check for Mingw support GR_PWIN32 -PKG_CHECK_MODULES(GNURADIO_CORE, gnuradio-core >= 2) +PKG_CHECK_MODULES(GNURADIO_CORE, gnuradio-core >= 3.1.2) LIBS="$LIBS $GNURADIO_CORE_LIBS" dnl Define where to find boost includes @@ -103,3 +103,8 @@ dnl run_tests is created from run_tests.in. Make it executable. AC_CONFIG_COMMANDS([run_tests], [chmod +x src/python/run_tests]) AC_OUTPUT +echo "#######################################################" +echo "Type 'make all'" +echo "See src/python/go.sh for an example." +echo "#######################################################" + |