summaryrefslogtreecommitdiff
blob: 03951c2e72047ad46aaf81fc5a865951deb5d8c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

if [[ -d .svn && $1 != -n ]] ; then
	./scripts/svn2cl.sh
fi

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