Another question; Why are you adding so many configure options yourself? I can see why you would like to turn off some things like GTK, postgres and GL, but why forcefully add modules and features? Why turn off optimizations? The point with a configure script is that it should make the configurations based on how the system looks.
These configure options are mainly there because this info file is based on someone else's work.
Anyhow, the CompileScript line should be tidied up now. I'm currently looking at it. Re-enabling optimizations shows quite a great speedup with pike -x benchmark.
These info/patch files are still work in progress, don't expect them in a final state for now. I just want to share them with other fink users for having some feedback.
You should only need to add a configure argument if the configure tests are flawed, and even then it is preferred that you let us know so we can fix the tests instead.
True.
What about merging the include_prefix patch into Pike? Both Debian and Fink use it. It could be usefull for others.