diff options
author | Jeremy Puhlman <jpuhlman@mvista.com> | 2009-04-28 05:17:26 -0700 |
---|---|---|
committer | Chris Larson <clarson@mvista.com> | 2009-11-03 13:15:58 -0700 |
commit | a9bbc07ae8cc1abe0925551845af1d10517e56a3 (patch) | |
tree | 84649f5e194bf8fd2ddbe52ea5cb111a41e89ce7 /recipes/neon/neon_0.25.5.bb | |
parent | a6a93a9acb8c7e786d1c5b70d4e521f7bd155994 (diff) |
neon: Add m4 dir to autoreconf.
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'recipes/neon/neon_0.25.5.bb')
-rw-r--r-- | recipes/neon/neon_0.25.5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/neon/neon_0.25.5.bb b/recipes/neon/neon_0.25.5.bb index 9151a74665..0f99c0ba9b 100644 --- a/recipes/neon/neon_0.25.5.bb +++ b/recipes/neon/neon_0.25.5.bb @@ -13,6 +13,7 @@ SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz \ inherit autotools binconfig lib_package pkgconfig EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared" +EXTRA_AUTORECONF=" -I ${S}/macros " do_stage() { autotools_stage_all |