From 7c4552e0a87550267c5761b8d2eb02fef75397e9 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Fri, 4 May 2012 10:29:43 +0100 Subject: dbus.morph: split autogen and configure steps up autogen runs configure with --enable-maintainer-mode, which puts on -Wall, which is good for developers, but we just want it built. --- dbus.morph | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dbus.morph b/dbus.morph index 6b02d05e..a4666514 100644 --- a/dbus.morph +++ b/dbus.morph @@ -3,7 +3,8 @@ "kind": "chunk", "build-system": "autotools", "configure-commands": [ - "sh autogen.sh --prefix=\"$PREFIX\" --localstatedir=/var --sysconfdir=/etc" + "sh autogen.sh --no-configure", + "./configure --prefix=\"$PREFIX\" --localstatedir=/var --sysconfdir=/etc" ], "build-commands": [ "make XMLTO_OUTPUT=" -- cgit v1.2.1