$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