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

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

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