]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Improve INSTALL for Haiku.
authorBruno Haible <bruno@clisp.org>
Tue, 23 Dec 2008 05:08:59 +0000 (22:08 -0700)
committerEric Blake <ebb9@byu.net>
Tue, 23 Dec 2008 05:08:59 +0000 (22:08 -0700)
* doc/install.texi (Particular Systems): Add a recommendation
which prefix to use on Haiku.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
doc/install.texi

index 32cdecbb32526152bd8dcf1b6d98289f47806e15..98f712ceac57b4e228a03a25187d1678852dbce7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-22  Bruno Haible  <bruno@clisp.org>
+
+       Improve INSTALL for Haiku.
+       * doc/install.texi (Particular Systems): Add a recommendation
+       which prefix to use on Haiku.
+
 2008-12-19  Eric Blake  <ebb9@byu.net>
 
        Fix typo in previous commit.
index cc7c1827e8d6893ca00a508e28552f8f7f90b23d..f4c8c4caaaf68ef36bf21ebb36b078b9b5911486 100644 (file)
@@ -215,6 +215,13 @@ directory contains several dysfunctional programs; working variants
 of these programs are available in @code{/usr/bin}.  So, if you need
 @code{/usr/ucb} in your @env{PATH}, put it @emph{after} @code{/usr/bin}.
 
+On Haiku, software installed for all users goes in @file{/boot/common},
+not @file{/usr/local}.  It is recommended to use the following options:
+
+@example
+./configure --prefix=/boot/common
+@end example
+
 @node System Type
 @section Specifying the System Type