Hi. At Brian Goetz's request, I updated the poker-eval library in CVS
with new config.sub and config.guess files.
I'm hoping to improve the configure script enough to get the library to
build automatically on my Mac laptop. Currently, the way shared
libraries are set up in configure.in breaks it (-shared switch isn't
supported), and Java doesn't work. I'd like it to at least work if java
is disabled.
I am planning on removing the call to AC_CONFIG_SYSTEM, since we don't
seem to make use of it. (This might make config.guess and config.sub
irrelevant.)
Tim