diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-16 19:00:26 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-16 19:00:26 +0000 |
commit | 20f6014258115e1c1b9e5d05d062bfef40253a4d (patch) | |
tree | da7322ba99466c1eb9bc2867bebf98c887584d78 /python/python_2.3.3.oe | |
parent | 538346b813abc14185dd287f6b082d4744f56a20 (diff) |
revert manually wiping aclocal.m4 in do_configure_prepend()
for python and gdbm. This is handled by autotools.oeclass now
BKrev: 40a7ba4acQEcCPQE7q_0HsNPmEQ_kQ
Diffstat (limited to 'python/python_2.3.3.oe')
-rw-r--r-- | python/python_2.3.3.oe | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/python/python_2.3.3.oe b/python/python_2.3.3.oe index c156dd8826..55fe3efa90 100644 --- a/python/python_2.3.3.oe +++ b/python/python_2.3.3.oe @@ -17,11 +17,6 @@ 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 |