From: Jim Jagielski Date: Tue, 23 Apr 2002 12:38:51 +0000 (+0000) Subject: I seem to recall this about FreeBSD X-Git-Tag: 2.0.36~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e224c36af8be856b7d4b8011ef2a16b83c80074f;p=thirdparty%2Fapache%2Fhttpd.git 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 d5a9b6eaf69..b704a365fc2 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. +