blob: 0f841d44f8c948b7e3fd67125c6d64c4fb172a78 (
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.2 2003/06/03 19:27:53 jmmv Exp $
--- Makefile.in.orig 2003-05-17 12:58:55.000000000 +0200
+++ Makefile.in
@@ -69,7 +69,7 @@ SUBDIRS = . tests doc doc-i18n-tool
NULL =
-aclocal_macros = intltool.m4 xml-i18n-tools.m4
+aclocal_macros = intltool.m4
CLEANFILES = \
intltoolize \
@@ -98,9 +98,6 @@ pkgdata_DATA = \
intltool-po-Makefile.in.in-patch-5 \
intltool-po-Makefile.in.in-patch-6 \
intltool-po-Makefile.in.in-patch-7 \
- 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)
@@ -111,7 +108,6 @@ aclocal_DATA = $(aclocal_macros)
bin_SCRIPTS = \
intltoolize \
- xml-i18n-toolize \
intltool-update \
intltool-merge \
intltool-extract \
|