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 <[EMAIL PROTECTED]>
http://dickey.his.com
ftp://dickey.his.com


Reply via email to