Add configure invocation to autogen.sh
Without this, jhbuild fails to install SWE-GLib
This commit is contained in:
parent
e621a2eda2
commit
68b46d2aee
@ -59,3 +59,5 @@ fi
|
||||
echo "Running automake"
|
||||
automake --gnu --add-missing --copy -Wno-portability || exit $?
|
||||
|
||||
"$srcdir/configure" "$@"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user