aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: 42bce689dde1e95165e5f3b72e0d86a53816a9ef (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
test -f ChangeLog || touch ChangeLog
autoreconf -f -i -s

Return to:

Send suggestions and report system problems to the System administrator.