gss_accept_sec_context disappeared from exports
[heimdal.git] / autogen.sh
blobadcdd2794c22601c2bdc24f6ea8b604c204ec72a
1 #!/bin/sh
2 # to really generate all files you need to run "make distcheck" in a
3 # object tree, but this will do if you have all parts of the required
4 # tool-chain installed
5 autoreconf -f -i || { echo "autoreconf failed: $?"; exit 1; }
6 find . -name '*-private.h' -delete
7 find . -name '*-protos.h' -delete