blob: 8cd29ad9419020860ffee86fad92d8b7d9d4eed6 [file] [log] [blame]
#! /bin/sh
echo Running aclocal...
aclocal
echo Running autoheader...
autoheader
echo Running autoconf...
autoconf
echo Running automake...
automake -a -c
rm -f config.cache config.status
echo "To compile run './configure', and then 'make'."