#! /bin/sh

cp getopt/getopt.h src

aclocal -I config \
        && autoheader \
       && automake --foreign --add-missing \
       && autoconf
