summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb/autogen.sh')
-rwxr-xr-xsource4/lib/ldb/autogen.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/lib/ldb/autogen.sh b/source4/lib/ldb/autogen.sh
index 500cab87d5..aee9a6c2f7 100755
--- a/source4/lib/ldb/autogen.sh
+++ b/source4/lib/ldb/autogen.sh
@@ -7,6 +7,11 @@ IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace"
IPATHS="$IPATHS -I lib/talloc -I talloc -I ../talloc"
IPATHS="$IPATHS -I lib/tdb -I tdb -I ../tdb"
IPATHS="$IPATHS -I lib/popt -I popt -I ../popt"
+
+# Always keep this listed last, so the built-in versions of tdb and talloc
+# get used if available.
+IPATHS="$IPATHS -I ./external"
+
autoheader $IPATHS || exit 1
autoconf $IPATHS || exit 1