Hello, > My question is, what is the best way to do that? It seems far easier > to use just a plain Makefile to build software for the CLR than using > the autotools. Does anyone know if autotools has support for building > CLR software natively, or if it has any (solid) extensions that are > truly cross-platform? Or should I just use a Makefile and make the > user modify that if their setup differs from mine?
It does not support it directly, but it is relatively easy to make it work. Look at the mono-tools module to see how we do it these days. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
