From cd3fc7964c02bd4ff02c55360579abf41aac56b2 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sat, 15 May 2004 13:23:59 +0000 Subject: python_2.3.3.oe: blow away old aclocal.m4 before running autoreconf syms.patch, openobex_1.0.1.oe: backport patch from HEAD to fix exported symbol list syms.patch, fontconfig_2.2.94.oe, fc-lang.patch, fc-glyphname.patch: new file fontconfig_2.2.94.oe, fc-lang.patch, fc-glyphname.patch: update fontconfig to 2.2.94 BKrev: 40a619efBfEoPp6mdnjHpBy-s6EP4w --- python/python_2.3.3.oe | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'python') diff --git a/python/python_2.3.3.oe b/python/python_2.3.3.oe index 55fe3efa90..c156dd8826 100644 --- a/python/python_2.3.3.oe +++ b/python/python_2.3.3.oe @@ -17,6 +17,11 @@ inherit autotools EXTRA_OECONF = "--with-threads --with-pymalloc --with-cyclic-gc" +do_configure_prepend() { + # blow this away so that autoreconf will regenerate it + rm -f aclocal.m4 +} + # # copy config.h and an appropriate Makefile for distutils.sysconfig # which laters uses the information out of these to compile extensions -- cgit v1.2.3