#!/bin/sh
     autoheader \
     && automake -f --add-missing \
     && autoconf
