summaryrefslogtreecommitdiff
path: root/gsmsp/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'gsmsp/bootstrap')
-rwxr-xr-xgsmsp/bootstrap12
1 files changed, 12 insertions, 0 deletions
diff --git a/gsmsp/bootstrap b/gsmsp/bootstrap
new file mode 100755
index 0000000..fa9a564
--- /dev/null
+++ b/gsmsp/bootstrap
@@ -0,0 +1,12 @@
+#! /bin/bash
+
+source resources/tools/chk_bootstrap_prg.sh
+
+cd gsm
+./bootstrap
+cd ..
+
+aclocal -I config
+automake --foreign --add-missing
+autoconf
+
personal git repositories of Harald Welte. Your mileage may vary