autogen.sh: use autoreconf

This commit is contained in:
fstd 2016-01-23 04:08:54 +01:00
parent 16f718337f
commit c9412ff03f
1 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,7 @@
echo "Generating configuration files..."
echo
autoconf
autoheader
autoreconf
# evil
rm -rf autom4te.cache
./configure "$@"