1#!/bin/sh
2
3set -e
4
5aclocal --force -I m4
6libtoolize --copy --force
7autoconf --force
8autoheader --force
9automake --add-missing
10
11
12