blob: bf307ffa93cf0ae09ffc0b6ca57140a9277ace16 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- gettext-runtime/configure.orig Thu Jan 29 12:12:42 2004
+++ gettext-runtime/configure Mon Dec 13 02:57:36 2004
@@ -1938,7 +1938,7 @@
docdir='${datadir}/doc/gettext'
-test "$mandir" != '${prefix}/man' || mandir='${datadir}/man'
+test "$mandir" != '${prefix}/man' || mandir='${prefix}/man'
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
@@ -3635,7 +3635,7 @@
fi
if test -n "$HAVE_JAVACOMP" && test -n "$JAR"; then
- BUILDJAVA=yes
+ BUILDJAVA=no
else
BUILDJAVA=no
fi
|