[GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch.
[Samba.git] / source / tdb / autogen.sh
blob1691689e10c9f3b5889a50f6939dfdcd0d51ba59
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 -I ../lib/replace"
7 autoconf $IPATHS || exit 1
8 autoheader $IPATHS || exit 1
10 rm -rf autom4te.cache
12 echo "Now run ./configure and then make."
13 exit 0