bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: texinfo-4.6 patches (Cygwin, AM_MAINTAINER_MODE)


From: Thomas Klausner
Subject: Re: texinfo-4.6 patches (Cygwin, AM_MAINTAINER_MODE)
Date: Mon, 8 Sep 2003 15:49:01 +0200

On Mon, Sep 08, 2003 at 04:17:18PM +0200, Eli Zaretskii wrote:
> > -# define PATH_SEP  ";"
> > +# ifdef __unix__
> > +#  define PATH_SEP ":"
> > +#  define DEFAULT_TMPDIR "/tmp/"
> > +# else
> > +#  define PATH_SEP ";"
> > +#  define DEFAULT_TMPDIR "c:/"
> > +# endif
> 
> This change will break the DJGPP port because DJGPP also defines
> __unix__, but still uses the DOS/Windows conventions like `;' being
> the path separator.  So please use something more specific to the
> Cygwin build (isn't there some __CYGWIN__ symbol, for example?).

Cygwin actually defines __CYGWIN__ -- I'll try to find a tester
for that change and get back to you.
 Thomas

-- 
Thomas Klausner - address@hidden
What is wanted is not the will to believe, but the will to find
out, which is the exact opposite. -- Bertrand Russell




reply via email to

[Prev in Thread] Current Thread [Next in Thread]