summaryrefslogtreecommitdiff
path: root/README.platforms
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2002-05-06 05:25:52 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2002-05-06 05:25:52 +0000
commita1e360d15a70cc8065a83c5343c7eeaa4c1990eb (patch)
tree686ee62b4cf3231aa55a0967e6ec8788e3bb805f /README.platforms
parente80327a02e9c5372db8691f592596c94f232f9f2 (diff)
downloadhttpd-a1e360d15a70cc8065a83c5343c7eeaa4c1990eb.tar.gz
Reformat/rephrase some things.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94940 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.platforms')
-rw-r--r--README.platforms22
1 files changed, 11 insertions, 11 deletions
diff --git a/README.platforms b/README.platforms
index b704a365fc..c6521dc77b 100644
--- a/README.platforms
+++ b/README.platforms
@@ -6,29 +6,29 @@
================
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 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 you
- build your own versions of autoconf 2.52 and libtool 1.4.2, be
- aware that there are some Darwin specific patchs to the official
+ 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
+ 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
+ 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
page to check out is:
http://fink.sourceforge.net/doc/porting/libtool.php
Pier Fumagalli also provides pre-built Darwin packages of the
- patched autoconf and libtool suites, available at:
+ patched autoconf and libtool suites, available at:
http://www.apache.org/~pier/macosx/
You will note that GNU libtool should actually be installed as
glibtool, to avoid conflict with a Darwin program of the same
name. Pier's packages have this change already. All files are
- installed under /usr/local/ so to use these versions, be sure that
- /usr/local/bin is earlier in your PATH.
+ installed under /usr/local/ so to use these versions, and be sure
+ that /usr/local/bin is earlier in your PATH.
There have been some reports that autoconf 2.52 prevents Apache's
build system from correctly handling passing multi-value envvars