#!/bin/bash if test ! -f Makefile; then if test ! -f configure; then autoreconf -vfi fi || exit 1 ./configure --with-git fi || exit 1 make