#!/bin/bash
./configure \
--with-freetype-includes=/usr/include/freetype2 \
--with-postgres-includes=/usr/include/pgsql \
--with-readline-includes=/usr/include/readline \
--with-lapack \
--with-motif \
--with-sqlite \
--with-postgres \
--with-python \
--with-cxx \
--with-freetype \
--with-odbc \
--enable-largefile \
--with-proj-share=/usr/share/proj


