summaryrefslogtreecommitdiff
path: root/gsm-receiver/bootstrap
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-05-13 01:46:41 +0200
committerHarald Welte <laforge@gnumonks.org>2011-05-13 01:46:41 +0200
commit5fea9ab85029df7b3a4b16a24b4d58c353e811b2 (patch)
tree4538865b00c14cc1eca4b678a01c699973fbb2aa /gsm-receiver/bootstrap
parent085852622cb2641fbc1fa88c85494c7951914ebd (diff)
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.
Diffstat (limited to 'gsm-receiver/bootstrap')
-rwxr-xr-xgsm-receiver/bootstrap7
1 files changed, 2 insertions, 5 deletions
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
personal git repositories of Harald Welte. Your mileage may vary