xref: /minix3/crypto/external/bsd/heimdal/dist/autogen.sh (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1ebfedea0SLionel Sambuc#!/bin/sh
2ebfedea0SLionel Sambuc# to really generate all files you need to run "make distcheck" in a
3ebfedea0SLionel Sambuc# object tree, but this will do if you have all parts of the required
4ebfedea0SLionel Sambuc# tool-chain installed
5*0a6a1f1dSLionel Sambucset -e
6ebfedea0SLionel Sambucautoreconf -f -i || { echo "autoreconf failed: $?"; exit 1; }
7*0a6a1f1dSLionel Sambucfind . \( -name '*-private.h' -o -name '*-protos.h' \) | xargs rm -f
8