Hi!
Planeshift behaves weird when I try to build it under Linux/CVS/Gentoo (tried to write my own automagic ebuild).
When I set $CEL to `cs-config --prefix` planeshifts configure doesn\'t find cel-config and is not able to find the include files as they are installed under /opt/crystal-cvs/include/cel and not (where PS looks for them) /opt/crystal-cvs/include.
So I thought I would be enough to set $CEL to \"/opt/crystal-cvs/bin\" so PS configure can find cel-config and find out about the includedir itself.
This didn\'t work, either!!! So I looked into ./configure and found out that it looks for cel-config at $CEL, where it looks also for the includefiles. I don\'t think cel-config ever lies in the upper directory of include and cel seems to install its includefiles to $prefix/include/cel.
So I think there should be some work done on the configure script so it is able to find cel-config, get the includedir from it and so on.