1#!/bin/sh
2
3aclocal && \
4    autoheader && \
5	automake --add-missing --copy && \
6	    autoconf
7