diff options
author | Phil Blundell <philb@gnu.org> | 2004-05-15 13:23:59 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-05-15 13:23:59 +0000 |
commit | cd3fc7964c02bd4ff02c55360579abf41aac56b2 (patch) | |
tree | 22cb680dc6fb576ee91499b188e7bb5eec7c063d /python | |
parent | b709e21beeef14aef785627968bb49a2a6ac7724 (diff) |
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
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 |