s4:ldb Put ltdb_private under the 'module'
[ira/wip.git] / source4 / lib / ldb / autogen.sh
1 #!/bin/sh
2
3 rm -rf autom4te.cache
4 rm -f configure config.h.in
5
6 IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace -I ../../../lib/replace"
7 IPATHS="$IPATHS -I ./external"
8
9 autoheader $IPATHS || exit 1
10 autoconf $IPATHS || exit 1
11
12 rm -rf autom4te.cache
13
14 echo "Now run ./configure and then make."
15 exit 0
16