aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: 2621e7af7c13f0b7af8dd3b8a127bee3ca26bd21 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
for dir in m4 build-aux
do
	test -d $dir || mkdir $dir
done
git submodule init
git submodule update --init --recursive
test -f ChangeLog || touch ChangeLog
autoreconf -f -i -s

Return to:

Send suggestions and report system problems to the System administrator.