From 68b46d2aee3be4a41c2c9d7deaff694504c4cd19 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 1 Aug 2014 21:28:40 +0200 Subject: [PATCH] Add configure invocation to autogen.sh Without this, jhbuild fails to install SWE-GLib --- autogen.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autogen.sh b/autogen.sh index 1919d2f..66ea9d2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -59,3 +59,5 @@ fi echo "Running automake" automake --gnu --add-missing --copy -Wno-portability || exit $? +"$srcdir/configure" "$@" +