Drew Northup wrote:
>
> Maybe I am insane............, but couldn't the ./configure be done in
> java? That SHOULD work on all platforms............
> As I am now working to learn Java, I am not quite ready to try that
> myself, but with a little help I may be able to get some sort of
> ./configure java-hack started............
configure is autogenerated by GNU autoconf. It's a huge job if you
have to code it yourself !!!
About the makefile dependencies (mentioned in another post),
can't we use GNU automake to autogenerate makefiles? It saves
a lot of work and takes care of dependencies automatically.
-- Ramon