lu...@proxima.alt.za wrote: > That's simple pragmatism. Using Plan 9 without some of the Open > Source stuff is hard at least for some of us. And there just aren't > enough Plan 9 developers to produce alternatives. Considering the > number of useful (if poorly implemented) Open Source tools out there, > I'm sure I'm not being absurd.
What tools do you have in mind? This can be true for useful projects but it is not the case with Autotools, because it is properly implemented as a useless tool. If they wrote their own Makefile.in you can use that or Makefile.am to create a mkfile fairly quickly. There's no need to worry about path searching because of Plan 9 filespace unions. Testing for missing headers/libraries is also pointless as compiling will tell you this. Autotools will not generate portable code, it can only inject code that the author wrote a condition for. effort > reward ergo GNU Not Useful