From: Simon McVittie Date: Mon, 22 Oct 2018 11:43:49 +0000 (+0100) Subject: ci: Clarify why we are running autogen.sh even for CMake builds X-Git-Tag: dbus-1.13.8~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e18475c6fcee32835bb025d1d2086177aaa8c8fa;p=thirdparty%2Fdbus.git ci: Clarify why we are running autogen.sh even for CMake builds Signed-off-by: Simon McVittie --- diff --git a/tools/ci-build.sh b/tools/ci-build.sh index 584dd106b..3f4bc595f 100755 --- a/tools/ci-build.sh +++ b/tools/ci-build.sh @@ -85,7 +85,9 @@ maybe_fail_tests () { fi } -# generate config.h.in and configure +# Generate config.h.in and configure. We do this for both Autotools and +# CMake builds, so that the CMake build can compare config.h.in with its +# own checks. NOCONFIGURE=1 ./autogen.sh srcdir="$(pwd)"