summaryrefslogtreecommitdiff
path: root/source3/tdb/autogen.sh
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-11-30 03:05:55 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:15 -0500
commitcc13e21dbeb9548ea90f86445fe9a371b5c05e0c (patch)
tree9ee289f82efa8005426f07464e9537df5df391ed /source3/tdb/autogen.sh
parent2941b044b3fed09cd94d6b2e9057d3e58c12703b (diff)
downloadsamba-cc13e21dbeb9548ea90f86445fe9a371b5c05e0c.tar.gz
samba-cc13e21dbeb9548ea90f86445fe9a371b5c05e0c.tar.bz2
samba-cc13e21dbeb9548ea90f86445fe9a371b5c05e0c.zip
r19959: Allow tdb to be built standalone in Samba3.
Add code to check for loops in the free list. Should help us validate tdb's against corruption. Jeremy. (This used to be commit f8e7386773cbbb31e2f42ffcbae9b979c1197635)
Diffstat (limited to 'source3/tdb/autogen.sh')
-rwxr-xr-xsource3/tdb/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/tdb/autogen.sh b/source3/tdb/autogen.sh
index bf84eeee19..1691689e10 100755
--- a/source3/tdb/autogen.sh
+++ b/source3/tdb/autogen.sh
@@ -3,7 +3,7 @@
rm -rf autom4te.cache
rm -f configure config.h.in
-IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace"
+IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace -I ../lib/replace"
autoconf $IPATHS || exit 1
autoheader $IPATHS || exit 1