#!/bin/sh

set -e
set -x

aclocal	#-I m4
libtoolize --copy --force
rm -f include/config.h
autoheader
automake --add-missing --copy
autoconf

set +x

rm -rf config.cache autom4te.cache

echo All right.


syntax highlighted by Code2HTML, v. 0.9.1