summaryrefslogtreecommitdiff
path: root/gsm-receiver/bootstrap
diff options
context:
space:
mode:
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