docs-xml: add dbwrap_tool.1 manual page (fix bug #9568)
[Samba.git] / lib / replace / autogen-autotools.sh
blobd46a4279f308caca8fc2f854121236600c331925
1 #!/bin/sh
3 rm -rf autom4te.cache
4 rm -f configure config.h.in
6 autoheader || exit 1
7 autoconf || exit 1
9 rm -rf autom4te.cache
11 echo "Now run ./configure and then make."
12 exit 0