blob: 67d7215897e5c8117e49ac3f0c655994f7dac50a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-aj,v 1.7 2019/05/27 13:21:41 ryoon Exp $
--- gettext-runtime/Makefile.in.orig 2012-12-25 05:30:40.000000000 +0000
+++ gettext-runtime/Makefile.in
@@ -1159,7 +1159,7 @@ ACLOCAL_AMFLAGS = -I m4 -I ../m4 -I gnul
# The list of subdirectories depends on whether --disable-libasprintf was
# specified.
@ENABLE_LIBASPRINTF_TRUE@SUBDIR_libasprintf = libasprintf
-SUBDIRS = doc intl intl-java intl-csharp gnulib-lib $(SUBDIR_libasprintf) src po man m4 tests
+SUBDIRS = doc intl gnulib-lib src po man m4 tests
# Allow users to use "gnulib-tool --update".
@@ -1637,7 +1637,7 @@ info: info-recursive
info-am:
-install-data-am: install-gettextsrcDATA
+install-data-am:
install-dvi: install-dvi-recursive
|