1 dnl find the tdb sources. This is meant to work both for
2 dnl tdb standalone builds, and builds of packages using tdb
4 tdbpaths=". lib/tdb tdb ../tdb ../lib/tdb"
6 if test -f "$srcdir/$d/common/tdb.c"; then
12 if test x"$tdbdir" = "x"; then
13 AC_MSG_ERROR([cannot find tdb source in $tdbpaths])
15 TDB_OBJ="common/tdb.o common/dump.o common/transaction.o common/error.o common/traverse.o"
16 TDB_OBJ="$TDB_OBJ common/freelist.o common/freelistcheck.o common/io.o common/lock.o common/open.o"
18 AC_SUBST(LIBREPLACEOBJ)
23 TDB_CFLAGS="-I$tdbdir/include"
26 AC_CHECK_FUNCS(mmap pread pwrite getpagesize utime)
27 AC_CHECK_HEADERS(getopt.h sys/select.h sys/time.h)
29 AC_HAVE_DECL(pread, [#include <unistd.h>])
30 AC_HAVE_DECL(pwrite, [#include <unistd.h>])
32 if test x"$VERSIONSCRIPT" != "x"; then
33 EXPORTSFILE=tdb.exports