aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: c55c2b29cd18b3c699eefd792edb8419ae1fee0b (plain)
1
2
3
4
5
6
7
#!/bin/sh
for dir in m4 build-aux
do
	test -d $dir || mkdir $dir
done
> ChangeLog
autoreconf -f -i -s

Return to:

Send suggestions and report system problems to the System administrator.