The branch, master has been updated
       via  cdf025f012d6a426396da5478735663468023bd4 (commit)
      from  7119241c0d12768b31ebdb489aa0bbba6ca21e40 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit cdf025f012d6a426396da5478735663468023bd4
Author: Björn Jacke <b...@sernet.de>
Date:   Fri Jul 3 18:22:16 2009 +0200

    tdb: fix define of tdbdir when srcdir != "."

-----------------------------------------------------------------------

Summary of changes:
 lib/tdb/libtdb.m4 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/tdb/libtdb.m4 b/lib/tdb/libtdb.m4
index f5ed012..8c84736 100644
--- a/lib/tdb/libtdb.m4
+++ b/lib/tdb/libtdb.m4
@@ -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 
$srcdir/../lib/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;


-- 
Samba Shared Repository

Reply via email to