summaryrefslogtreecommitdiff
path: root/README.platforms
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2002-08-30 01:03:53 +0000
committerJim Jagielski <jim@apache.org>2002-08-30 01:03:53 +0000
commita7bd20aa86a20d2655b3fc9f2bf700ca6799d380 (patch)
tree1d3230e2247f397e5b2580669ddf497fc3cd0cf1 /README.platforms
parentda6a8884aad82d17de8688f136bbf0c86bf0aca1 (diff)
downloadhttpd-a7bd20aa86a20d2655b3fc9f2bf700ca6799d380.tar.gz
Document the Good News about Jaguar (OS X 10.2)
and provide a little more insight git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96582 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.platforms')
-rw-r--r--README.platforms17
1 files changed, 14 insertions, 3 deletions
diff --git a/README.platforms b/README.platforms
index c6521dc77b..e424b114cd 100644
--- a/README.platforms
+++ b/README.platforms
@@ -7,11 +7,22 @@
================
Darwin (OS X):
Apache 2.0 relies heavily on the use of autoconf and libtool to
- provide a build environment. Darwin provides these tools, but
- they are an earlier release, and for the most part, do not work
+ provide a build environment. Darwin provides these tools as part
+ of the Developers Tools package. Under Darwin, however, GNUlibtool
+ is installed as 'glibtool' to avoid conflicting with the Darwin
+ 'libtool' program. Apache 2.0 know about this so that's not
+ a problem.
+
+ As of OS X 10.2 (Jaguar), the bundled versions work perfectly. Partly
+ this is due to the fact that /bin/sh is now 'bash' and not 'zsh' as
+ well as the fact that the bundled versions are up-to-date:
+ autoconf 2.5.2 and (g)libtool 1.4.2.
+
+ Earlier versions of OS X are not so fortunate, and the bundled tools
+ are not only older versions, but also, for the most part, do not work
well. If you are interested in developing under Darwin, we
recommend that you obtain and install replacement versions of what
- are normally installed on Darwin (and OS X, as of v10.1.4). If
+ are normally installed on Darwin (and OS X, as of v10.1.5). If
you build your own versions of autoconf 2.52 and libtool 1.4.2, be
aware that there are some Darwin specific patches to the official
code that still must be applied for them to fully work. A useful