File: 0001-autogen.sh-Drop-intltool-requirement.patch

package info (click to toggle)
libxklavier 5.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 628 kB
  • sloc: ansic: 7,099; makefile: 158; python: 117; sh: 19
file content (32 lines) | stat: -rw-r--r-- 831 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
From 4590ef4cb64b9a2fc45b82bd06a6358ff3aed1f3 Mon Sep 17 00:00:00 2001
From: Michael Biebl <biebl@debian.org>
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