1#!/bin/sh
2
3aclocal $ACLOCAL_OPTS
4autoheader
5automake --add-missing --copy --foreign
6autoconf --force
7