summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass/gnome2-live.eclass6
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/gnome2-live.eclass b/eclass/gnome2-live.eclass
index 16ab4fe..3245416 100644
--- a/eclass/gnome2-live.eclass
+++ b/eclass/gnome2-live.eclass
@@ -68,7 +68,11 @@ gnome2-live_src_prepare() {
gnome-doc-common
gnome-doc-prepare --automake
fi
- if grep -qe "INTLTOOL" configure.*; then
+ if grep -qe "IT_PROG_INTLTOOL" -e "AC_PROG_INTLTOOL" configure.*; then
+ if grep -qe "AC_PROG_INTLTOOL" configure.*; then
+ eqawarn "This package is using deprecated AC_PROG_INTLTOOL macro."
+ eqawarn "Please fill a bug to the upstream of this package."
+ fi
intltoolize --force
fi
if test -e m4; then