aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: 1c8ddcb9d82da7d58aea727cb6f6c2b95de67b3f (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
> ChangeLog
autoreconf -f -i -s

Return to:

Send suggestions and report system problems to the System administrator.