From 4590ef4cb64b9a2fc45b82bd06a6358ff3aed1f3 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 20 Oct 2016 19:14:14 +0200 Subject: [PATCH] autogen.sh: Drop intltool requirement intltool is not used by libxklavier. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=98363 --- autogen.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/autogen.sh b/autogen.sh index c0b4dcf..279d1e9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -13,12 +13,6 @@ if test -z $GTKDOCIZE; then exit 1 fi -INTLTOOLIZE=`which intltoolize` -if test -z $INTLTOOLIZE; then - echo "*** No intltoolize found, please install the intltool package ***" - exit 1 -fi - AUTORECONF=`which autoreconf` if test -z $AUTORECONF; then echo "*** No autoreconf found, please install it ***" -- 2.9.3