export CPPFLAGS="-I/Users/anders/gfan/cddlib/include"
./configure
make includedir=/Users/anders/gfan/cddlib/include

or

export CPPFLAGS="-I/usr/include/cdd"
./configure
make includedir=/usr/include/cdd

