diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/python_2.3.3.oe | 5 |
1 files changed, 5 insertions, 0 deletions
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 |