summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/autogen.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-05 23:32:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:18 -0500
commitea086c1cc894f3bf54688d9435174fe33ec6ffd2 (patch)
tree337fed1ed263a8b8a16f1b196ee20ea645b8f764 /source4/lib/ldb/autogen.sh
parent1bd0211698df34ab3ec41cfd962d144be88e724b (diff)
downloadsamba-ea086c1cc894f3bf54688d9435174fe33ec6ffd2.tar.gz
samba-ea086c1cc894f3bf54688d9435174fe33ec6ffd2.tar.bz2
samba-ea086c1cc894f3bf54688d9435174fe33ec6ffd2.zip
r18109: move ldb to use the same build methods
(This used to be commit 28dcbb512fecd825428c5d5f343ec16e4a6906f9)
Diffstat (limited to 'source4/lib/ldb/autogen.sh')
-rwxr-xr-xsource4/lib/ldb/autogen.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/source4/lib/ldb/autogen.sh b/source4/lib/ldb/autogen.sh
index d46a4279f3..500cab87d5 100755
--- a/source4/lib/ldb/autogen.sh
+++ b/source4/lib/ldb/autogen.sh
@@ -3,8 +3,12 @@
rm -rf autom4te.cache
rm -f configure config.h.in
-autoheader || exit 1
-autoconf || exit 1
+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"
+autoheader $IPATHS || exit 1
+autoconf $IPATHS || exit 1
rm -rf autom4te.cache