s3-passdb: Fix typo in debug message.
[Samba/gebeck_regimport.git] / 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