#!/bin/bash cd $HOME/libmicrohttpd/ svn revert -R . svn update ./bootstrap ./configure --prefix=$HOME/local make make install