Merge pull request #58 from pettai/heimdal-1-5-branch
[heimdal.git] / autogen.sh
blobc57ba81e7327af71759c9e91ab2e77aa350fa024
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 set -e
6 autoreconf -f -i || { echo "autoreconf failed: $?"; exit 1; }
7 find . \( -name '*-private.h' -o -name '*-protos.h' \) | xargs rm -f