blob: 9f9246a408664a011de978c647faf7355135d499 (
plain)
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
|
$NetBSD: patch-aa,v 1.4 2003/12/13 17:19:26 jmmv Exp $
--- Makefile.in.orig 2003-12-08 23:47:27.000000000 +0100
+++ Makefile.in
@@ -70,7 +70,7 @@ SUBDIRS = . tests doc doc-i18n-tool modu
NULL =
-aclocal_macros = intltool.m4 xml-i18n-tools.m4
+aclocal_macros = intltool.m4
CLEANFILES = \
intltoolize \
@@ -99,9 +99,6 @@ pkgdata_DATA = \
intltool-po-Makefile.in.in-patch-6 \
intltool-po-Makefile.in.in-patch-7 \
intltool-po-Makefile.in.in-patch-8 \
- xml-i18n-po-Makefile.in.in-patch-1 \
- xml-i18n-po-Makefile.in.in-patch-2 \
- xml-i18n-po-Makefile.in.in-patch-5 \
$(NULL)
@@ -112,7 +109,6 @@ aclocal_DATA = $(aclocal_macros)
bin_SCRIPTS = \
intltoolize \
- xml-i18n-toolize \
intltool-update \
intltool-merge \
intltool-extract \
|