1#!/bin/sh
2
3aclocal &&
4autoconf &&
5libtoolize --copy &&
6automake --add-missing --copy &&
7rm -rf autom4te.cache
8