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