summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-09-08 22:56:17 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2010-09-08 22:56:17 +0200
commit687a594417af86c4803a27387903bfa94a583ecf (patch)
treeea4e6e071c13991d8fae9f87cc569724ddbe3870
parentAdd app-pda/gtkpod-9999, media-libs/libgpod-9999 (diff)
downloadgnome-live-687a594417af86c4803a27387903bfa94a583ecf.tar.gz
gnome-live-687a594417af86c4803a27387903bfa94a583ecf.tar.bz2
gnome-live-687a594417af86c4803a27387903bfa94a583ecf.zip
eclass: strict detection of intltool macros + qa warn
-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