From 5fea9ab85029df7b3a4b16a24b4d58c353e811b2 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 13 May 2011 01:46:41 +0200 Subject: gsm-receiver: Migrate to more recent gnuradio autotools integration These changes forward-port gsm-receiver to the gnuradio autotools magic as per "gr-howto-write-a-block-3.2.2" It also updates to libosmocore >= 0.3.0 and fixes other minor compilation issues. --- gsm-receiver/bootstrap | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'gsm-receiver/bootstrap') diff --git a/gsm-receiver/bootstrap b/gsm-receiver/bootstrap index 7e0a2eb..f3be4d5 100755 --- a/gsm-receiver/bootstrap +++ b/gsm-receiver/bootstrap @@ -25,8 +25,5 @@ rm -fr config.cache autom4te*.cache aclocal -I config autoconf autoheader -libtoolize --automake -automake --add-missing -if test ! -d debug; then - mkdir debug -fi +libtoolize --automake -c -f +automake --add-missing -c -f -Wno-portability -- cgit v1.2.3