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