s3-torture/denytest.c: replace cli_read_old() with cli_read()
[Samba/gebeck_regimport.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