aboutsummaryrefslogtreecommitdiff
blob: 776c11515a05c4745f9211e405032fcd5db4cfe1 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash -e

# we'll generate ChangeLog when doing `make dist`
touch ChangeLog

autoreconf -i -f

if [[ -x ./test.sh ]] ; then
	exec ./test.sh "$@"
fi