Add configure invocation to autogen.sh

Without this, jhbuild fails to install SWE-GLib
pull/16/head
Gergely Polonkai 9 years ago
parent e621a2eda2
commit 68b46d2aee

@ -59,3 +59,5 @@ fi
echo "Running automake"
automake --gnu --add-missing --copy -Wno-portability || exit $?
"$srcdir/configure" "$@"

Loading…
Cancel
Save