# Exit on error:
set -e

wget http://www.x.org/releases/individual/proto/randrproto-1.4.0.tar.bz2
tar xf randrproto-1.4.0.tar.bz2
cd randrproto-1.4.0
./configure --prefix=
make install
cd ..
rm -rf randrproto-1.4.0
rm randrproto-1.4.0.tar.bz2

exit 0
