From: Michael Lauer Date: Sun, 16 May 2004 19:00:26 +0000 (+0000) Subject: revert manually wiping aclocal.m4 in do_configure_prepend() X-Git-Tag: Release-2010-05/1~19119 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20f6014258115e1c1b9e5d05d062bfef40253a4d;p=openembedded.git revert manually wiping aclocal.m4 in do_configure_prepend() for python and gdbm. This is handled by autotools.oeclass now BKrev: 40a7ba4acQEcCPQE7q_0HsNPmEQ_kQ --- diff --git a/gdbm/gdbm_1.8.3.oe b/gdbm/gdbm_1.8.3.oe index 04e174e166..bfa5608db6 100644 --- a/gdbm/gdbm_1.8.3.oe +++ b/gdbm/gdbm_1.8.3.oe @@ -7,10 +7,6 @@ SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \ inherit autotools -do_configure_prepend() { - rm -f aclocal.m4 -} - do_stage () { oe_libinstall -so -a libgdbm ${STAGING_LIBDIR} install -m 0644 ${S}/gdbm.h ${STAGING_INCDIR}/ 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