xref: /freebsd/crypto/heimdal/autogen.sh (revision c6ec7d31830ab1c80edae95ad5e4b9dba10c47ac)
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
5autoreconf -f -i || { echo "autoreconf failed: $?"; exit 1; }
6find . \( -name '*-private.h' -o -name '*-protos.h' \) -delete
7