diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-20 05:38:25 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-20 05:38:25 +0000 |
commit | 3ffe4391b2e66b1631bb47b27465e317792f9196 (patch) | |
tree | 48d45029f86ddef4bbe3e5c839e8d1d530948d5d /cyrus-sasl/cyrus-sasl_2.1.17.oe | |
parent | 04050ed8b34f2c19582e4061484541cd4bfd3d4f (diff) |
Kill old libtool macros from cyrus-sasl's acinclude.m4
BKrev: 400cbed1s1C2iH35NIOrne4-sXvIxg
Diffstat (limited to 'cyrus-sasl/cyrus-sasl_2.1.17.oe')
-rw-r--r-- | cyrus-sasl/cyrus-sasl_2.1.17.oe | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cyrus-sasl/cyrus-sasl_2.1.17.oe b/cyrus-sasl/cyrus-sasl_2.1.17.oe index d180b14f74..2863c6e34b 100644 --- a/cyrus-sasl/cyrus-sasl_2.1.17.oe +++ b/cyrus-sasl/cyrus-sasl_2.1.17.oe @@ -9,6 +9,10 @@ inherit autotools acpaths=-I ${S}/cmulocal -I ${S}/config -I . CFLAGS_append = ' -I${S}/include -I${S}/saslauthd/include' EXTRA_OECONF = --enable-shared --enable-static +do_configure_prepend () { + rm -f acinclude.m4 +} + do_compile_prepend () { set -e cd include |