summaryrefslogtreecommitdiff
path: root/gsm-tvoid/configure.ac
diff options
context:
space:
mode:
authortvoid <tvoid@lesaige.com>2008-04-25 13:53:28 -0600
committertvoid <tvoid@lesaige.com>2008-04-25 13:53:28 -0600
commit3f97e0be9f90c505f34afa8371c25a0ffa3e97c1 (patch)
treeed3d0d003578308b37f1012621dfa16429ee7c3a /gsm-tvoid/configure.ac
parente4e5a96c7b587439129d9ed35dc15017344cd250 (diff)
parent5c781454444452d2eb02081c10ab4fdb4f8ac7f9 (diff)
Merge commit 'origin/HEAD' into 20080415
Conflicts: gsm-tvoid/src/lib/Makefile.am gsm-tvoid/src/lib/gsm.i gsm-tvoid/src/lib/gsm_burst.cc gsm-tvoid/src/lib/gsm_burst.h gsm-tvoid/src/lib/gsm_burst_cf.cc gsm-tvoid/src/lib/gsm_burst_cf.h gsm-tvoid/src/python/gsm_scan.py
Diffstat (limited to 'gsm-tvoid/configure.ac')
-rw-r--r--gsm-tvoid/configure.ac7
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 "#######################################################"
+
personal git repositories of Harald Welte. Your mileage may vary