blob: 9cb502ef8e687e2b909df205a8f20d386e4553ef [file] [log] [blame]
#! /bin/sh -e
rm -rf autom4te.cache
aclocal -I m4
autoheader
if glibtoolize --version >/dev/null 2>/dev/null; then
LIBTOOLIZE=${LIBTOOLIZE:-glibtoolize}
else
LIBTOOLIZE=${LIBTOOLIZE:-libtoolize}
fi
$LIBTOOLIZE --copy
automake --add-missing --copy
autoconf