#!/bin/bash set -eu cd $HOME/merchant make clean || true ./bootstrap ./configure CFLAGS='-ggdb -O0' \ --prefix=$HOME/local --with-gnunet=$HOME/local \ --with-mint=$HOME/local \ --with-microhttpd=$HOME/local \ --enable-logging=verbose make make install