From: Chris Larson Date: Thu, 6 May 2004 05:26:42 +0000 (+0000) Subject: Switch libtool to use EXTRA_AUTORECONF. X-Git-Tag: Release-2010-05/1~19309 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d9c81d209637a259f51b920cebdb4815a69236e;p=openembedded.git Switch libtool to use EXTRA_AUTORECONF. BKrev: 4099cc92xraXlbDZuSbkFh7qQPaIHw --- diff --git a/libtool/libtool_1.5.oe b/libtool/libtool_1.5.oe index ccccd6019f..f01d973180 100644 --- a/libtool/libtool_1.5.oe +++ b/libtool/libtool_1.5.oe @@ -12,16 +12,4 @@ S = "${WORKDIR}/libtool-${PV}" inherit autotools acpaths = "-I ${S}/m4" - -do_configure () { - for ac in `find ${S} -name configure.in -o -name configure.ac`; do - dir=`dirname $ac` - set -e - cd $dir - test -f $dir/configure && chmod u+w $dir/configure - oenote Generating configure in $dir - oenote Executing autoreconf --install --force --exclude=libtoolize ${acpaths} - autoreconf --install --force --exclude=libtoolize ${acpaths} - done - oe_runconf -} +EXTRA_AUTORECONF = "--exclude=libtoolize"