blob: 6544d7d7b2ce121bb48643154ee7764b1e45db7a (
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
|
$NetBSD: patch-aa,v 1.3 2001/04/24 18:33:30 rh Exp $
--- configure.orig Tue Apr 24 20:11:44 2001
+++ configure
@@ -4953,13 +4953,13 @@
if { (eval echo configure:4954: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
CATOBJEXT=.gmo
- DATADIRNAME=share
+ DATADIRNAME=${LOCALEDIR}
else
echo "configure: failed program was:" >&5
cat conftest.$ac_ext >&5
rm -rf conftest*
CATOBJEXT=.mo
- DATADIRNAME=lib
+ DATADIRNAME=${LOCALEDIR}
fi
rm -f conftest*
INSTOBJEXT=.mo
@@ -5188,7 +5188,7 @@
# We need to process the po/ directory.
POSUB=po
else
- DATADIRNAME=share
+ DATADIRNAME=${LOCALEDIR}
nls_cv_header_intl=intl/libintl.h
nls_cv_header_libgt=intl/libgettext.h
fi
|