This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: win32 compiler test V3a


On Fri, 16 Mar 2001, Robert Collins wrote:

> The curse of reading other peoples code : I got this from a
> /usr/share/aclocal/ routine
> 
> >
> > | WIN32FLAGS=
> > | AC_TRY_COMPILE(,[#ifndef WIN32
> > | #ifndef _WIN32
> > | #error WIN32 or _WIN32 not defined
> > | #endif
> > | #endif],
> >
> > #error is suspected to cause problems, although I don't recall having
> > seen it happen.  Please indent cpp directives.
> 
> I'm not quite sure whether you meant indent all of them a certain
> amount, or use heirarchical indenting on them..

preferably neither (autoconf claims to be portable).

-- 
T.E.Dickey <dickey@herndon4.his.com>
http://dickey.his.com
ftp://dickey.his.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]