blob: 3a7c90b55ff634edf267cb5a11f983ed8c148268 (
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
|
$NetBSD: patch-aa,v 1.9 2002/11/27 17:41:06 drochner Exp $
--- configure.orig Tue Aug 6 15:57:16 2002
+++ configure Sun Sep 1 16:06:20 2002
@@ -14293,10 +14293,6 @@
if test "$nls_cv_use_gnu_gettext" = "yes"; then
INTLOBJS="\$(GETTOBJS)"
BUILD_INCLUDED_LIBINTL=yes
- USE_INCLUDED_LIBINTL=yes
- LIBINTL="\${top_builddir}/intl/libintl.la $LIBICONV"
- LTLIBINTL="\${top_builddir}/intl/libintl.la $LTLIBICONV"
- LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
fi
if test "$gt_use_preinstalled_gnugettext" = "yes" \
@@ -14369,7 +14365,7 @@
nls_cv_header_intl=
nls_cv_header_libgt=
- DATADIRNAME=share
+ DATADIRNAME=${PKGLOCALEDIR}
INSTOBJEXT=.mo
|