#!/bin/sh

CFLAGS="-O3 -Wall" /home/neteler/cvsgrass/configure \
   --with-proj \
   --without-freetype \
   --with-postgres-includes=/usr/include/pgsql \
   --with-cxx \
   --enable-gmake=no

#--without-fftw 
#   --with-readline
