Merge Samba3 and Samba4 together
[sfrench/samba-autobuild/.git] / source4 / lib / events / 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 IPATHS="$IPATHS -I lib/talloc -I talloc -I ../talloc"
8 autoconf $IPATHS || exit 1
9 autoheader $IPATHS || exit 1
10
11 rm -rf autom4te.cache
12
13 swig -O -Wall -python -keyword events.i # Ignore errors for now
14
15 echo "Now run ./configure and then make."
16 exit 0
17