1#!/bin/sh
2
3aclocal && \
4autoheader && \
5autoconf && \
6libtoolize && \
7automake -a -c
8