#!/bin/sh echo "This script should be replaced by a top level configure!!" #check that GSDL3HOME is set if test -z "$GSDL3HOME" ; then echo "You need to 'source gs3-setup.sh' before running this script" exit; fi echo "" echo "configuring mgpp" echo "" cd packages/mgpp ./configure --prefix $GSDL3HOME echo "" echo "configuring mg" echo "" cd ../mg ./configure --prefix $GSDL3HOME cd $GSDL3HOME # now do building stuff autoconf ./configure --prefix $GSDL3HOME