autogen.sh: all configure at the end

This commit is contained in:
Benjamin Dauvergne 2015-04-07 15:50:48 +02:00
parent 06c1857ba1
commit 857aa2690f
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/bin/sh
autoreconf --force --install
rm -rf autom4te.cache/
./configure "$@"