#!/bin/ksh
export CC=xlc
./configure --prefix=$PWD --disable-libjpeg
make
make install

