#!/bin/bash -x

aclocal;
autoheader;
autoconf -f;
automake -f --add-missing;
./configure --enable-phytime;
make clean;
make;
