diff options
Diffstat (limited to 'gsmsp/bootstrap')
-rwxr-xr-x | gsmsp/bootstrap | 12 |
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 + |