printing: Add new parameter "cups timeout".
[Samba/gebeck_regimport.git] / lib / tdb / autogen.sh
blob88ac4cfcf73fb364825f2661b340456dc6ccc5fb
1 #!/bin/sh
3 rm -rf autom4te.cache
4 rm -f configure config.h.in
6 IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace"
7 autoconf $IPATHS || exit 1
8 autoheader $IPATHS || exit 1
10 rm -rf autom4te.cache
12 swig -O -Wall -python -keyword tdb.i # Ignore errors for now
14 echo "Now run ./configure and then make."
15 exit 0