From 956203ad8df7b68af83ae94f7793a028c74113ee Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 25 Nov 2008 11:11:49 +0530 Subject: Initial import of gsmsp-0.2a --- gsmsp/bootstrap | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 gsmsp/bootstrap (limited to 'gsmsp/bootstrap') 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 + -- cgit v1.2.3