#!/bin/sh echo "Calling autoconf..." autoconf echo "Calling automake..." automake echo echo "You should now be able to configure and build:" echo " ./configure --with-boost=/home/ws06/cdyer/boost-stage --with-srilm=/home/ws06/cdyer/srilm" echo " make -j 4" echo