summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-12-23 00:17:46 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:15:57 +0200
commit05783c8308e93bec052e568def05ae37034c56ff (patch)
tree039d6d75d3d763e2fc536d114556badc301386d0
parentb247e4215e2f1f3c288409f3e6cacb37ea173053 (diff)
downloadexternal_gettext-05783c8308e93bec052e568def05ae37034c56ff.zip
external_gettext-05783c8308e93bec052e568def05ae37034c56ff.tar.gz
external_gettext-05783c8308e93bec052e568def05ae37034c56ff.tar.bz2
Document preferred options for Haiku.
-rw-r--r--INSTALL5
-rw-r--r--autoconf-lib-link/INSTALL5
-rw-r--r--gettext-runtime/INSTALL5
-rw-r--r--gettext-runtime/libasprintf/INSTALL5
-rw-r--r--gettext-tools/INSTALL5
5 files changed, 25 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index c931887..cc6a29e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -233,6 +233,11 @@ use the following options:
./configure CC="xlc -D_ALL_SOURCE"
+ On Haiku, software installed for all users goes in /boot/common, not
+/usr/local. It is recommended to use the following options:
+
+ ./configure --prefix=/boot/common
+
On BeOS, user installed software goes in /boot/home/config, not
/usr/local. It is recommended to use the following options:
diff --git a/autoconf-lib-link/INSTALL b/autoconf-lib-link/INSTALL
index c931887..cc6a29e 100644
--- a/autoconf-lib-link/INSTALL
+++ b/autoconf-lib-link/INSTALL
@@ -233,6 +233,11 @@ use the following options:
./configure CC="xlc -D_ALL_SOURCE"
+ On Haiku, software installed for all users goes in /boot/common, not
+/usr/local. It is recommended to use the following options:
+
+ ./configure --prefix=/boot/common
+
On BeOS, user installed software goes in /boot/home/config, not
/usr/local. It is recommended to use the following options:
diff --git a/gettext-runtime/INSTALL b/gettext-runtime/INSTALL
index c931887..cc6a29e 100644
--- a/gettext-runtime/INSTALL
+++ b/gettext-runtime/INSTALL
@@ -233,6 +233,11 @@ use the following options:
./configure CC="xlc -D_ALL_SOURCE"
+ On Haiku, software installed for all users goes in /boot/common, not
+/usr/local. It is recommended to use the following options:
+
+ ./configure --prefix=/boot/common
+
On BeOS, user installed software goes in /boot/home/config, not
/usr/local. It is recommended to use the following options:
diff --git a/gettext-runtime/libasprintf/INSTALL b/gettext-runtime/libasprintf/INSTALL
index c931887..cc6a29e 100644
--- a/gettext-runtime/libasprintf/INSTALL
+++ b/gettext-runtime/libasprintf/INSTALL
@@ -233,6 +233,11 @@ use the following options:
./configure CC="xlc -D_ALL_SOURCE"
+ On Haiku, software installed for all users goes in /boot/common, not
+/usr/local. It is recommended to use the following options:
+
+ ./configure --prefix=/boot/common
+
On BeOS, user installed software goes in /boot/home/config, not
/usr/local. It is recommended to use the following options:
diff --git a/gettext-tools/INSTALL b/gettext-tools/INSTALL
index c931887..cc6a29e 100644
--- a/gettext-tools/INSTALL
+++ b/gettext-tools/INSTALL
@@ -233,6 +233,11 @@ use the following options:
./configure CC="xlc -D_ALL_SOURCE"
+ On Haiku, software installed for all users goes in /boot/common, not
+/usr/local. It is recommended to use the following options:
+
+ ./configure --prefix=/boot/common
+
On BeOS, user installed software goes in /boot/home/config, not
/usr/local. It is recommended to use the following options: