# Depends on libxext
# Depends on libxmu

# Exit on error:
set -e

wget -c http://www.x.org/releases/individual/app/xauth-1.0.8.tar.bz2
tar xf xauth-1.0.8.tar.bz2
cd xauth-1.0.8
./configure --prefix=
make install
cd ..
rm -rf xauth-1.0.8
rm xauth-1.0.8.tar.bz2

exit 0
