#!/bin/sh

export TOPDIR=`pwd`
#export TARGET=linux

rm -f config.cache
./configure \
	--with-proj=yes \
	--with-projlib=/usr/local/lib/libproj.so \
	--with-projinc=/usr/local/include \
	--with-zlib 

echo "enter:"
echo "export TOPDIR=`pwd`"
#echo "export TARGET=linux"
#echo "export LD_LIBRARY_PATH=$TOPDIR/bin/$TARGET"

