From: Jim Jagielski Date: Tue, 23 Apr 2002 12:38:51 +0000 (+0000) Subject: I seem to recall this about FreeBSD X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d04663c908d76b78dc1dd803487eb121d3dbf03;p=apache 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 --- 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. +