#!/bin/sh # build the makefile and the project. # To change the build setup, edit configure.ac and Makefile.am and then run this script again. autoreconf -i && ./configure && make