diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-06 05:26:42 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-06 05:26:42 +0000 |
commit | 8d9c81d209637a259f51b920cebdb4815a69236e (patch) | |
tree | 8a9f7c86ce462e0565bd5f00aaf6340954d7ba35 | |
parent | 95b67de37447d7c30164eeec818429f4b34e6fc4 (diff) |
Switch libtool to use EXTRA_AUTORECONF.
BKrev: 4099cc92xraXlbDZuSbkFh7qQPaIHw
-rw-r--r-- | libtool/libtool_1.5.oe | 14 |
1 files changed, 1 insertions, 13 deletions
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" |