You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2002/04/23 14:38:51 UTC

cvs commit: httpd-2.0 README.platforms

jim         02/04/23 05:38:51

  Modified:    .        README.platforms
  Log:
  I seem to recall this about FreeBSD
  
  Revision  Changes    Path
  1.2       +8 -0      httpd-2.0/README.platforms
  
  Index: README.platforms
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/README.platforms,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README.platforms	23 Apr 2002 12:18:35 -0000	1.1
  +++ README.platforms	23 Apr 2002 12:38:51 -0000	1.2
  @@ -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.
  +