blob: c1d46c0690ae5a890a1c762f0ad7474ef00b4a5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ag,v 1.8 2002/11/17 01:17:32 seb Exp $
--- util/Makefile.am.orig Wed Oct 9 16:19:41 2002
+++ util/Makefile.am
@@ -22,7 +22,7 @@ ginstall_info_SOURCES = install-info.c
# user-specified name transformations.
transform = s/ginstall-info/install-info/; @program_transform_name@
-localedir = $(datadir)/locale
+localedir = $(prefix)/$(PKGLOCALEDIR)/locale
INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\"
LDADD = ../lib/libtxi.a @LIBINTL@
|