Add configure invocation to autogen.sh

Without this, jhbuild fails to install SWE-GLib
This commit is contained in:
Gergely Polonkai 2014-08-01 21:28:40 +02:00
parent e621a2eda2
commit 68b46d2aee
1 changed files with 2 additions and 0 deletions

View File

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