aboutsummaryrefslogtreecommitdiff
blob: a0b3a862ebcaf442caad3774d7643620c7008190 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

aclocal-1.9 || exit 1
libtoolize --automake -c -f || exit 1
aclocal-1.9 || exit 1
autoconf || exit 1
autoheader || exit 1
automake-1.9 -a -c || exit 1

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