r22726: When performing an offline logon for a user in a trusted domain,
[Samba.git] / source / lib / replace / autogen.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