use gss_acquire_cred_ext in test app
[heimdal.git] / autogen.sh
blob8f6e35eeda14e841bee788b39d440fa6ac5448b4
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 PATH=/usr/local/bin:$PATH
6 /usr/local/bin/autoreconf -f -i || { echo "autoreconf failed: $?"; exit 1; }
7 find . -name '*-private.h' -delete
8 find . -name '*-protos.h' -delete