diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-10-20 15:03:08 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-11-02 18:39:03 -0700 |
commit | a6885693d3685f595e307c79e9925893fb9f8a0d (patch) | |
tree | 5b68e5b9daf84caa62147910b04ab4508c6d0eb4 /recipes/gettext/gettext_0.14.1.bb | |
parent | 731a5ddb350acdf84b19c523d4d639a7b8aa2e72 (diff) | |
download | openembedded-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.14.1.bb')
-rw-r--r-- | recipes/gettext/gettext_0.14.1.bb | 3 |
1 files changed, 2 insertions, 1 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' |