xref: /freebsd/crypto/heimdal/autogen.sh (revision 6a068746777241722b2b32c5d0bc443a2a64d80b)
1c19800e8SDoug Rabson#!/bin/sh
2c19800e8SDoug Rabson# to really generate all files you need to run "make distcheck" in a
3c19800e8SDoug Rabson# object tree, but this will do if you have all parts of the required
4c19800e8SDoug Rabson# tool-chain installed
5c19800e8SDoug Rabsonautoreconf -f -i || { echo "autoreconf failed: $?"; exit 1; }
6*ae771770SStanislav Sedovfind . \( -name '*-private.h' -o -name '*-protos.h' \) -delete
7