diff options
author | Jim Jagielski <jim@apache.org> | 2002-04-23 14:38:51 +0200 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2002-04-23 14:38:51 +0200 |
commit | e224c36af8be856b7d4b8011ef2a16b83c80074f (patch) | |
tree | 6d79af161cac187a003520830215f4bbfb2e103e /README.platforms | |
parent | Just add a file to use to house some platform dependent knowledge... (diff) | |
download | apache2-e224c36af8be856b7d4b8011ef2a16b83c80074f.tar.xz apache2-e224c36af8be856b7d4b8011ef2a16b83c80074f.zip |
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.platforms | 8 |
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. + |