Run configure in the autogen.sh script

This is convention in most open source projects.
This commit is contained in:
Arun Raghavan
2012-01-20 12:59:59 +05:30
parent cb29a77c94
commit 17caddc0ab

View File

@@ -1 +1,2 @@
autoreconf -v --install || exit 1
exec ./configure "$@"