]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
tools/ci-build.sh: Add a note why we are running autogen.sh also on cmake builds
authorRalf Habacker <ralf.habacker@freenet.de>
Wed, 17 Oct 2018 12:52:49 +0000 (14:52 +0200)
committerRalf Habacker <ralf.habacker@freenet.de>
Sat, 20 Oct 2018 11:53:33 +0000 (13:53 +0200)
Bug: https://gitlab.freedesktop.org/dbus/dbus/issues/117
Reviewed-by: Simon McVittie <smcv@collabora.com>
tools/ci-build.sh

index 8653af69234099fd463bf9c6efce80c0cdf16bd1..584dd106b12d199bd4b1aeac4eb50e33426762d9 100755 (executable)
@@ -85,6 +85,7 @@ maybe_fail_tests () {
     fi
 }
 
+# generate config.h.in and configure
 NOCONFIGURE=1 ./autogen.sh
 
 srcdir="$(pwd)"