diff mbox

[11/11] xorg-lib/libx11: Use autoreconf_cmd api

Message ID da641f0ea5d5cf32aa64cbc78e8eaeda3a4cc19c.1355911420.git.morten.thunbergsvendsen@prevas.dk
State Accepted
Delegated to: Jacob Kjaergaard
Headers show

Commit Message

Morten Svendsen Dec. 19, 2012, 10:07 a.m. UTC
---
 recipes/xorg-lib/libx11.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox

Patch

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; \