summaryrefslogtreecommitdiff
path: root/README.platforms
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2002-04-23 12:38:51 +0000
committerJim Jagielski <jim@apache.org>2002-04-23 12:38:51 +0000
commite224c36af8be856b7d4b8011ef2a16b83c80074f (patch)
tree6d79af161cac187a003520830215f4bbfb2e103e /README.platforms
parent0acce445915b22b3a648e05e1e45ef4a84e4dbf7 (diff)
downloadhttpd-e224c36af8be856b7d4b8011ef2a16b83c80074f.tar.gz
I seem to recall this about FreeBSD
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94767 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.platforms')
-rw-r--r--README.platforms8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.platforms b/README.platforms
index d5a9b6eaf6..b704a365fc 100644
--- a/README.platforms
+++ b/README.platforms
@@ -4,6 +4,7 @@
Platform specific notes:
------------------------
+================
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
@@ -35,3 +36,10 @@
errors. Use of bash does not seem to help in this situation. If
this affects you, downgrading to autoconf 2.13 (which is installed
on Darwin) will help.
+
+==========
+ FreeBSD:
+ autoconf 2.52 creates scripts that are incompatible with the Posix
+ shell implementation (/bin/sh) on FreeBSD. Be sure to use v2.13
+ of autoconf.
+