Merge branch 'master' of ssh://git.samba.org/data/git/samba into regsrv
[ira/wip.git] / lib / tdb / 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"
7 autoconf $IPATHS || exit 1
8 autoheader $IPATHS || exit 1
9
10 rm -rf autom4te.cache
11
12 swig -O -Wall -python -keyword tdb.i # Ignore errors for now
13
14 echo "Now run ./configure and then make."
15 exit 0
16