s3:idmap_ad: use range from idmap_domain in idmap_ad_sids_to_unixids()
[Samba.git] / source4 / lib / ldb / autogen.sh
blobc68f2259b639b930a4693f44084c4ca4e5d8f00f
1 #!/bin/sh
3 echo "Using autotools based build"
5 rm -rf autom4te.cache
6 rm -f configure config.h.in
8 IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace -I ../../../lib/replace"
9 IPATHS="$IPATHS -I ./external"
11 autoheader $IPATHS || exit 1
12 autoconf $IPATHS || exit 1
14 rm -rf autom4te.cache
16 echo "Now run ./configure and then make."
17 exit 0