#!/bin/bash ./autogen.sh; ./configure --enable-debug --prefix=$(pwd)/target; make -j make install