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

Return to:

Send suggestions and report system problems to the System administrator.