#!/bin/bash if test ! -f Makefile; then if test ! -f configure; then autoreconf -vfi fi || exit 1 ./configure --prefix="$(pwd)" fi || exit 1 make