summaryrefslogtreecommitdiffstats
path: root/meta/classes/autotools.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/autotools.bbclass')
-rw-r--r--meta/classes/autotools.bbclass8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass
index 9a328c2280..b334a8186a 100644
--- a/meta/classes/autotools.bbclass
+++ b/meta/classes/autotools.bbclass
@@ -215,14 +215,6 @@ autotools_do_configure() {
215 PRUNE_M4="$PRUNE_M4 gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4" 215 PRUNE_M4="$PRUNE_M4 gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4"
216 fi 216 fi
217 mkdir -p m4 217 mkdir -p m4
218 if grep -q "^[[:space:]]*[AI][CT]_PROG_INTLTOOL" $CONFIGURE_AC; then
219 if ! echo "${DEPENDS}" | grep -q intltool-native; then
220 bbwarn "Missing DEPENDS on intltool-native"
221 fi
222 PRUNE_M4="$PRUNE_M4 intltool.m4"
223 bbnote Executing intltoolize --copy --force --automake
224 intltoolize --copy --force --automake
225 fi
226 218
227 for i in $PRUNE_M4; do 219 for i in $PRUNE_M4; do
228 find ${S} -ignore_readdir_race -name $i -delete 220 find ${S} -ignore_readdir_race -name $i -delete