1178825Sdfr#!/bin/sh
2178825Sdfr# to really generate all files you need to run "make distcheck" in a
3178825Sdfr# object tree, but this will do if you have all parts of the required
4178825Sdfr# tool-chain installed
5178825Sdfrautoreconf -f -i || { echo "autoreconf failed: $?"; exit 1; }
6233294Sstasfind . \( -name '*-private.h' -o -name '*-protos.h' \) -delete
7