#!/bin/sh
if [ ! -f Makefile ]; then
  ./configure --with-method=rcfile --disable-shared
fi
make
