Kill old libtool macros from cyrus-sasl's acinclude.m4
authorChris Larson <clarson@kergoth.com>
Tue, 20 Jan 2004 05:38:25 +0000 (05:38 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 20 Jan 2004 05:38:25 +0000 (05:38 +0000)
BKrev: 400cbed1s1C2iH35NIOrne4-sXvIxg

cyrus-sasl/cyrus-sasl_2.1.15.oe
cyrus-sasl/cyrus-sasl_2.1.17.oe

index e244577..58bd122 100644 (file)
@@ -9,6 +9,10 @@ inherit autotools libtool
 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
index d180b14..2863c6e 100644 (file)
@@ -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