]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Systemology): Some about Darwin.
authorAkim Demaille <akim@epita.fr>
Tue, 9 Jul 2002 16:37:39 +0000 (16:37 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 9 Jul 2002 16:37:39 +0000 (16:37 +0000)
ChangeLog
doc/autoconf.texi

index e3407e153c1ad0df86d33ae298fde39cce304273..592613d24702f631c448420b4a5b9a029ac18f18 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-09  Akim Demaille  <akim@epita.fr>
+
+       * doc/autoconf.texi (Systemology): Some about Darwin.
+
 2002-07-09  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * lib/autoconf/specific.m4 (AC_CYGWIN, AC_EMXOS2, AC_MINGW32):
index 09a1a0ff62569c51747c70dd8ae554d8bb892925..a6f122c542e18de19d8f07891a29959009c29dee 100644 (file)
@@ -5806,6 +5806,21 @@ The @href{http://bhami.com/rosetta.html, Rosetta Stone for Unix}
 contains a lot of interesting crossed information on various Unices.
 
 @table @asis
+@item Darwin
+@cindex Darwin
+Darwin is also known as Mac OS X.  Beware that this system @emph{can} be
+case-preserving, but case insensitive.  This can cause nasty problems,
+since for instance the installation attempt for a package having an
+@file{INSTALL} file can result in @samp{make install} report that
+nothing was to be done!
+
+That's all dependent on whether the file system is a UFS (case
+sensitive) or HFS+ (case preserving).  By default Apple wants you to
+install the OS on HFS+.  Unfortunately, there are some pieces of
+software which really need to be built on UFS.  We may want to rebuild
+darwin to have both UFS and HFS+ available (and put the /local/build
+tree on the UFS).
+
 @item @sc{qnx 4.25}
 @cindex @sc{qnx 4.25}
 @c FIXME: Please, if you feel like writing something more precise,