blob: 7421be776293e76c49a8436d4abec8428064d86b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
$FreeBSD$
--- configure.orig Mon Aug 13 11:48:19 2001
+++ configure Mon Aug 13 11:49:44 2001
@@ -17257,7 +17257,7 @@
fi
fi
-if test $perl_val == true; then
+if [ $perl_val = true ]; then
WITH_PERL_TRUE=
WITH_PERL_FALSE='#'
else
@@ -17269,7 +17269,7 @@
GNOMEDB_LIBS="`gda-config --libs client` `gnome-config --libs xml oaf bonobox print`"
GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${datadir}/locale\\\""
-GNOMEDB_oafdir=`oaf-config --prefix`/share/oaf
+GNOMEDB_oafdir="${prefix}/share/gnome/oaf"
ac_config_files="$ac_config_files Makefile gnome-db.spec macros/Makefile po/Makefile.in doc/Makefile doc/C/Makefile doc/C/reference/Makefile doc/es/Makefile doc/it/Makefile doc/pt_BR/Makefile intl/Makefile idl/Makefile lib/Makefile components/Makefile tools/Makefile tools/gnomedb-config tools/rolodex/Makefile manager/Makefile frontend/Makefile builder/Makefile ui/Makefile stamp.h"
ac_config_commands="$ac_config_commands default"
|