aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gettext/gettext_0.18.bb
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-10-20 15:03:08 -0700
committerChris Larson <chris_larson@mentor.com>2010-11-02 18:39:03 -0700
commita6885693d3685f595e307c79e9925893fb9f8a0d (patch)
tree5b68e5b9daf84caa62147910b04ab4508c6d0eb4 /recipes/gettext/gettext_0.18.bb
parent731a5ddb350acdf84b19c523d4d639a7b8aa2e72 (diff)
downloadopenembedded-a6885693d3685f595e307c79e9925893fb9f8a0d.tar.gz
gettext: include ${S}/m4 in acpaths
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'recipes/gettext/gettext_0.18.bb')
-rw-r--r--recipes/gettext/gettext_0.18.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/gettext/gettext_0.18.bb b/recipes/gettext/gettext_0.18.bb
index 5ad6459630..25457eca0c 100644
--- a/recipes/gettext/gettext_0.18.bb
+++ b/recipes/gettext/gettext_0.18.bb
@@ -33,7 +33,8 @@ EXTRA_OECONF += "--without-lispdir \
--without-emacs \
--with-included-libcroco \
"
-acpaths = '-I ${S}/gnulib-local/m4/ \
+acpaths = '-I ${S}/m4 \
+ -I ${S}/gnulib-local/m4/ \
-I ${S}/gettext-runtime/m4 \
-I ${S}/gettext-tools/m4'