#!/bin/sh
make clean
./configure --with-gpm-mouse --with-subshell --with-edit --with-netrc --with-ext2undel --with-tm-x-support
sleep 10
make
make install
echo "No additional work by hands required."
