summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes-recipe/autotools.bbclass6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/classes-recipe/autotools.bbclass b/meta/classes-recipe/autotools.bbclass
index 08b2dd098ff..92d4af0399f 100644
--- a/meta/classes-recipe/autotools.bbclass
+++ b/meta/classes-recipe/autotools.bbclass
@@ -169,8 +169,6 @@ autotools_do_configure() {
# config.sub does not support. Work around this by installing them manually
# regardless.
- PRUNE_M4=""
-
for ac in `find ${S} -ignore_readdir_race -name configure.in -o -name configure.ac`; do
rm -f `dirname $ac`/configure
done
@@ -216,10 +214,6 @@ autotools_do_configure() {
fi
mkdir -p m4
- for i in $PRUNE_M4; do
- find ${S} -ignore_readdir_race -name $i -delete
- done
-
bbnote Executing ACLOCAL=\"$ACLOCAL\" autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} $acpaths
ACLOCAL="$ACLOCAL" autoreconf -Wcross -Wno-obsolete --verbose --install --force ${EXTRA_AUTORECONF} $acpaths || die "autoreconf execution failed."
cd $olddir