#! /bin/bash cd src sh ./autogen.sh if [ "$2" == "master" ] then sh ./configure --disable-gpu else sh ./configure fi make ./src/mem