#!/bin/sh
set -x
./configure\
--with-tcl=$(brew --prefix tcl-tk)\
--with-tk=$(brew --prefix tcl-tk)\
--with-cairo=$(brew --prefix cairo)/include\
"LDFLAGS=-L$(brew --prefix cairo)/lib"