From: Ralf Habacker Date: Wed, 17 Oct 2018 12:52:49 +0000 (+0200) Subject: tools/ci-build.sh: Add a note why we are running autogen.sh also on cmake builds X-Git-Tag: dbus-1.13.8~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c761bdfffc6f87f366616200b27f6fc79164a6d;p=thirdparty%2Fdbus.git tools/ci-build.sh: Add a note why we are running autogen.sh also on cmake builds Bug: https://gitlab.freedesktop.org/dbus/dbus/issues/117 Reviewed-by: Simon McVittie --- diff --git a/tools/ci-build.sh b/tools/ci-build.sh index 8653af692..584dd106b 100755 --- a/tools/ci-build.sh +++ b/tools/ci-build.sh @@ -85,6 +85,7 @@ maybe_fail_tests () { fi } +# generate config.h.in and configure NOCONFIGURE=1 ./autogen.sh srcdir="$(pwd)"