summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/autogen.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-04-21 07:25:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:51:17 -0500
commit046870c023c950377c97c58e79ec730351a3fa97 (patch)
treeb9b21e414514ad173b977cd737c05138b5bd45c3 /source4/lib/tdb/autogen.sh
parent650d81b252cc669ef848448afad7e9bb79c4f20e (diff)
downloadsamba-046870c023c950377c97c58e79ec730351a3fa97.tar.gz
samba-046870c023c950377c97c58e79ec730351a3fa97.tar.bz2
samba-046870c023c950377c97c58e79ec730351a3fa97.zip
r22422: merged tdb changes from ctdb
(This used to be commit a0ff739bcab32065d9d3957eb1d93f7791f84f04)
Diffstat (limited to 'source4/lib/tdb/autogen.sh')
-rwxr-xr-xsource4/lib/tdb/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tdb/autogen.sh b/source4/lib/tdb/autogen.sh
index bf84eeee19..1691689e10 100755
--- a/source4/lib/tdb/autogen.sh
+++ b/source4/lib/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