Switch libtool to use EXTRA_AUTORECONF.
authorChris Larson <clarson@kergoth.com>
Thu, 6 May 2004 05:26:42 +0000 (05:26 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 6 May 2004 05:26:42 +0000 (05:26 +0000)
BKrev: 4099cc92xraXlbDZuSbkFh7qQPaIHw

libtool/libtool_1.5.oe

index ccccd60..f01d973 100644 (file)
@@ -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"