blob: 4c28f6fa60f33f368d1d9d67b365050d90317e37 (
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
|
$FreeBSD$
--- configure.orig Thu Jul 26 16:38:59 2001
+++ configure Thu Jul 26 16:50:40 2001
@@ -8821,7 +8836,7 @@
-if test $perl_val == true; then
+if [ $perl_val = true ]; then
WITH_PERL_TRUE=
WITH_PERL_FALSE='#'
else
@@ -8831,11 +8846,11 @@
GNOMEDB_CFLAGS="`gda-config --cflags client` `gnome-config --cflags xml oaf bonobox print`"
GNOMEDB_LIBS="`gda-config --libs client` `gnome-config --libs xml oaf bonobox print`"
-GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${datadir}/locale\\\""
+GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${prefix}/share/locale\\\""
-GNOMEDB_oafdir=`oaf-config --prefix`/share/oaf
+GNOMEDB_oafdir=`oaf-config --prefix`/share/gnome/oaf
|