Re: [Tuxnes-devel] Fwd: present but cannot be compiled (Was: I was asked to report this.)
Brought to you by:
tmmm
From: Jason D. S. <js...@an...> - 2003-12-05 00:34:05
|
Mike Mestnik wrote: > Jason > > Thankyou for your answer. I'm new at dealing with these sorts of things. I guess the question > is, how do we get ./configure to do what we want? It's not important to me how autoconfig dose > it's thing. I just would like to make sure that if I use Xshm.h and for OSXYZ I also need to use > strings.h or something, that it gets done. To begin with, apply the patch I sent earlier. This will #include <XLib.h> while checking for the other libraries. After that I would rename configure.in as configure.ac, remove acconfig.h, and change the existing AC_DEFINE calls appropriately. Once autoconf works again, run autoscan to look for missing tests. If granted CVS access I'd be willing to work on this. Of course, I can't guarantee I won't break anything but the end result should be better than the current build system. Or I can keep sending patches. jason |