On Wed, May 15, 2002 at 03:25:14AM +0930, Richard Sharpe wrote: > I should be able to test for CYGWIN in configure (so configure.in will > have some CYGWIN tests), but how should this be managed for Windows > nativey?
How native is "native"? If you really mean *native*, you don't have a Bourne-compatible shell unless the user's installed one (Cygwin, MKS Toolkit, whatever that think - MKS-based? - that Microsoft has, etc.), so you can't use configure scripts. The same technique used by Ethereal - use "nmake" files for "native" Windows builds, using MSVC++ - might be the answer for those builds.
