1#!/bin/sh
2set -e
3
4libtoolize --force --copy
5aclocal
6autoheader
7automake -a --copy
8autoconf
9
10