From patchwork Wed Dec 19 10:07:56 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [11/11] xorg-lib/libx11: Use autoreconf_cmd api Date: Wed, 19 Dec 2012 00:07:56 -0000 From: Morten Svendsen X-Patchwork-Id: 207297 Message-Id: To: --- recipes/xorg-lib/libx11.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/xorg-lib/libx11.inc b/recipes/xorg-lib/libx11.inc index 9d36cb4..713630d 100644 --- a/recipes/xorg-lib/libx11.inc +++ b/recipes/xorg-lib/libx11.inc @@ -18,7 +18,8 @@ DEPENDS += "util-macros" PROVIDES_${PN} = "x11" EXTRA_OECONF += "--with-groff=no --with-ps2pdf=no --with-fop=no --disable-specs" -AUTORECONF = "${LIBTOOLIZE} --force --automake --copy \ +AUTORECONF_CMD = " \ + ${LIBTOOLIZE} --force --automake --copy \ && aclocal $acpaths --force \ && autoconf $acpaths --force \ && automake -a --copy --force; \