From c1d3ee7bbbea565220acadc0f62c2e4f152cbd69 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 17 Jan 2004 01:41:48 +0000 Subject: Merge kergoth@zelda.tuxnami.org:code/packages into direwolf.itg.ti.com:/home/kergoth/coding/projects/user/oe-metadata/packages 2004/01/16 19:40:28-06:00 ti.com!kergoth BUGFIX: Prevent mutt from polluting the aclocal share data. BKrev: 400892dcVa4IundC87XWe4rAgZ9Ckw --- mutt/mutt_1.5.4i.oe | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/mutt/mutt_1.5.4i.oe b/mutt/mutt_1.5.4i.oe index 779f06dd58..ffbb316153 100644 --- a/mutt/mutt_1.5.4i.oe +++ b/mutt/mutt_1.5.4i.oe @@ -13,14 +13,8 @@ S := ${WORKDIR}/${PN}-1.5.4 inherit autotools -EXTRA_OECONF = --disable-pgp --without-mixmaster --with-curses=${STAGING_DIR}/target \ - --enable-pop --enable-imap --with-ssl --enable-compressed --enable-nntp - -do_configure_prepend () { - if [ -d ${STAGING_DIR}/share/aclocal ]; then - cp -a m4/*.m4 ${STAGING_DIR}/share/aclocal/ - fi -} +EXTRA_OECONF = '--disable-pgp --without-mixmaster --with-curses=${STAGING_DIR}/target \ + --enable-pop --enable-imap --with-ssl --enable-compressed --enable-nntp' do_compile_prepend () { ${BUILD_CC} makedoc.c -o makedoc -- cgit v1.2.3