CWD=`pwd`
cd /tmp
tar xzvf $CWD/expect-5.31.tar.gz
cd expect-5.31
mkdir -p /usr/doc/expect-5.31
cp -a FAQ HISTORY INSTALL NEWS README example /usr/doc/expect-5.31
chown -R root.root /usr/doc/expect-5.31/*
./configure --prefix=/usr --with-tclconfig=/usr/lib \
  --with-tclinclude=/tmp/tcl8.3.1/generic
make
make install
make clean
./configure --prefix=/usr --with-tclconfig=/usr/lib \
  --with-tclinclude=/tmp/tcl8.3.1/generic --enable-shared
make
make install
