1#!/bin/sh
2set -x
3libtoolize --force --copy
4aclocal -I ./m4
5autoheader
6automake --foreign --add-missing --copy
7autoconf
8
9