[GRASS5] GRASS binaries for Mac OS X

Glynn Clements glynn.clements at virgin.net
Tue Sep 23 23:04:54 EDT 2003


Markus Neteler wrote:

> > I suppose that configure could be made to check for putenv();
> > G_putenv() would then use putenv if it is available, and its own
> > implementation (using environ) if it isn't (although the absence of
> > putenv() seems pretty unlikely to me).
> 
> May I kindly ask you to submit the relevant changes?

Done. It now uses putenv(), setenv(), then environ, in that order, so
environ is only used if neither putenv() nor setenv() are detected by
configure.

-- 
Glynn Clements <glynn.clements at virgin.net>




More information about the grass-dev mailing list