From a6885693d3685f595e307c79e9925893fb9f8a0d Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 20 Oct 2010 15:03:08 -0700 Subject: gettext: include ${S}/m4 in acpaths Signed-off-by: Chris Larson --- recipes/gettext/gettext_0.14.1.bb | 3 ++- recipes/gettext/gettext_0.17.bb | 3 ++- recipes/gettext/gettext_0.18.bb | 3 ++- 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' -- cgit 1.2.3-korg