Re: TEA platforms?
Hi Mats,
On Mar 31, 10:00 am, Mats <mats...@xxxxxxxxx> wrote:
In tcl.m4 I see in AC_DEFUN([TEA_INIT], [ ... that TEA_PLATFORM is
defined and that uses `uname -s`. Is this the expression to use since
it returns Darwin on my Mac?
yes, indeed you'll find a number of places in tcl.m4 with the
following test done exactly for this purpose:
if test "`uname -s`" = "Darwin"; then
Cheers,
Daniel
.
Relevant Pages
- MAC OS X (Darwin) AWK and PERL problem
... System: MAC OS X (Darwin) ... Purpose: Means to capture sub 1-minute polling/latency. ... (comp.editors) - Re: So the Wintrolls dont believe Mac share is increasing...
... "Mac OS X can read and write FAT volumes, ... BSD components to sync Mac OS X with FreeBSD 4.4, ... "Darwin is built around a NeXT-like Mach microkernel that is said to be ... core services are those for doing collection management, data formatting, ... (comp.sys.mac.advocacy) - Re: So the Wintrolls dont believe Mac share is increasing...
... "Mac OS X can read and write FAT volumes, ... BSD components to sync Mac OS X with FreeBSD 4.4, ... "Darwin is built around a NeXT-like Mach microkernel that is said to be ... core services are those for doing collection management, data formatting, ... (comp.sys.mac.advocacy) - Re: OpenDarwin Calls It Quits
... "OpenDarwin.org, jointly founded in April 2002 by Internet Systems Consortium, Inc. and Apple, is an attempt to take cooperative Darwin development to the next level. ... "Many OpenDarwin members are either Apple employees or Darwin Committers, who have an active interest in merging technologies from OpenDarwin.org into Darwin and Mac OS X releases. ... and all drivers is likely to continue push developers away from Apple's ... (comp.sys.mac.advocacy) - Re: Doesnt Alan Baker EVER get anything right? [was Re: OpenDarwin Calls It Quits]
... Open source is a community effort, ... Darwin is still open source. ... "The site was designed to be a community for developing Mac OS ... (comp.sys.mac.advocacy) |
|