set -e

# preprocess
sh srclib/extract.sh
LIBTOOLIZE=/usr/bin/glibtoolize autoreconf -i

# build
sh configure --disable-shared
make
make check-am
