lib/tdb: sync build files from samba master
[vlendec/samba-autobuild/.git] / ctdb / lib / tdb / libtdb.m4
index 1e17a7a4f23c74ea30eaf3914c5346b1915776df..8c847363044f35cb0c7bfb06959be384f2a48a70 100644 (file)
@@ -1,9 +1,9 @@
 dnl find the tdb sources. This is meant to work both for 
 dnl tdb standalone builds, and builds of packages using tdb
 tdbdir=""
-tdbpaths="$srcdir $srcdir/lib/tdb $srcdir/tdb $srcdir/../tdb"
+tdbpaths=". lib/tdb tdb ../tdb ../lib/tdb"
 for d in $tdbpaths; do
-       if test -f "$d/common/tdb.c"; then
+       if test -f "$srcdir/$d/common/tdb.c"; then
                tdbdir="$d"             
                AC_SUBST(tdbdir)
                break;
@@ -28,3 +28,8 @@ AC_CHECK_HEADERS(getopt.h sys/select.h sys/time.h)
 
 AC_HAVE_DECL(pread, [#include <unistd.h>])
 AC_HAVE_DECL(pwrite, [#include <unistd.h>])
+
+if test x"$VERSIONSCRIPT" != "x"; then
+    EXPORTSFILE=tdb.exports
+    AC_SUBST(EXPORTSFILE)
+fi