aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: ea0a965f056743d4598d9b3b28b3e00a327a2bdc (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
test -f ChangeLog || touch ChangeLog
git submodule init
git submodule update
autoreconf -f -i -s

Return to:

Send suggestions and report system problems to the System administrator.