#!/bin/sh

# A simple script for configuring and compiling Eterm.
# You will have to set the binary setuid root yourself; see the SETSUID
# script included. Should be secure; do at your own risk.

./configure
( cd src ; make clean )
make
make install
