summaryrefslogtreecommitdiff
path: root/gsmsp/bootstrap
blob: fa9a5643fcfe18407978d4e365bdcb2720d99101 (plain)
1
2
3
4
5
6
7
8
9
10
11
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