No longer call configure from autogen.sh

This commit is contained in:
Luke Dashjr
2014-08-22 17:43:04 +00:00
parent 6cc0258704
commit e847c3b10a

View File

@@ -9,4 +9,3 @@ if test -z "$srcdir"; then
fi
fi
autoreconf --force --install --verbose "$srcdir"
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"