1#!/bin/sh
2#
3# Run the tools to build ./configure
4aclocal
5automake -a -v
6autoconf
7autoheader
8