summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/autotools.bbclass4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass
index 1fb65715b3..4f56b33c28 100644
--- a/meta/classes/autotools.bbclass
+++ b/meta/classes/autotools.bbclass
@@ -120,6 +120,10 @@ autotools_do_configure() {
120 oenote Executing glib-gettextize --force --copy 120 oenote Executing glib-gettextize --force --copy
121 echo "no" | glib-gettextize --force --copy 121 echo "no" | glib-gettextize --force --copy
122 fi 122 fi
123 else if grep "^[[:space:]]*AM_GNU_GETTEXT" $CONFIGURE_AC >/dev/null; then
124 cp ${STAGING_DATADIR}/gettext/config.rpath ${S}/
125 fi
126
123 fi 127 fi
124 mkdir -p m4 128 mkdir -p m4
125 if grep "^[[:space:]]*[AI][CT]_PROG_INTLTOOL" $CONFIGURE_AC >/dev/null; then 129 if grep "^[[:space:]]*[AI][CT]_PROG_INTLTOOL" $CONFIGURE_AC >/dev/null; then