#!/bin/sh if [ "$MYLOCAL" = "" ] ; then MYLOCAL=$HOME fi ./configure --prefix=$MYLOCAL --disable-gui --without-x --enable-multibyte \ --enable-nls make all install