aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gettext
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gettext')
-rw-r--r--recipes/gettext/gettext_0.14.1.bb3
-rw-r--r--recipes/gettext/gettext_0.17.bb3
-rw-r--r--recipes/gettext/gettext_0.18.bb3
3 files changed, 6 insertions, 3 deletions
diff --git a/recipes/gettext/gettext_0.14.1.bb b/recipes/gettext/gettext_0.14.1.bb
index 535fcebf0a..41fea5e339 100644
--- a/recipes/gettext/gettext_0.14.1.bb
+++ b/recipes/gettext/gettext_0.14.1.bb
@@ -24,7 +24,8 @@ PARALLEL_MAKE = ""
inherit autotools
EXTRA_OECONF += "--without-lisp --disable-csharp"
-acpaths = '-I ${S}/autoconf-lib-link/m4/ \
+acpaths = '-I ${S}/m4 \
+ -I ${S}/autoconf-lib-link/m4/ \
-I ${S}/gettext-runtime/m4 \
-I ${S}/gettext-tools/m4'
diff --git a/recipes/gettext/gettext_0.17.bb b/recipes/gettext/gettext_0.17.bb
index ff2ae74589..682be7fc67 100644
--- a/recipes/gettext/gettext_0.17.bb
+++ b/recipes/gettext/gettext_0.17.bb
@@ -36,7 +36,8 @@ EXTRA_OECONF += "--without-lispdir \
--without-emacs \
"
-acpaths = '-I ${S}/autoconf-lib-link/m4/ \
+acpaths = '-I ${S}/m4 \
+ -I ${S}/autoconf-lib-link/m4/ \
-I ${S}/gettext-runtime/m4 \
-I ${S}/gettext-tools/m4'
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'