#!/bin/sh

CC="gcc -I/usr/local/include -L/usr/local/lib"
INSTALL="/usr/local/bin/install -c"
export CC INSTALL
./configure i386-sco-sysv4.2uw
