summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-05-02 13:09:26 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:07:56 +0200
commit614fb866fb8edac7c0086d8d5e11e4b896ae6140 (patch)
treea8fab9fbec395ec48ad273bee7b9d754d5f1d8b6 /INSTALL
parent2f824ff2ea860cc74471a7751d8bf018e8c521be (diff)
downloadexternal_gettext-614fb866fb8edac7c0086d8d5e11e4b896ae6140.zip
external_gettext-614fb866fb8edac7c0086d8d5e11e4b896ae6140.tar.gz
external_gettext-614fb866fb8edac7c0086d8d5e11e4b896ae6140.tar.bz2
Remove the recommendation to set CPPFLAGS and LDFLAGS.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 0 insertions, 9 deletions
diff --git a/INSTALL b/INSTALL
index f699c51..863ccc3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -126,14 +126,6 @@ used while installing libiconv.
Particular Systems
==================
- On most systems, the compiler doesn't search include files in
-/usr/local/include, and the linker doesn't search libraries in
-/usr/local/lib. (A notable exception is GNU/Linux.) Therefore some
-packages won't find other packages installed earlier. To overcome this
-problem, it is recommended to use the following options:
-
- env CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure
-
On HP-UX, the default C compiler is not ANSI C compatible. If GNU CC
is not installed, it is recommended to use the following options in order
to use an ANSI C compiler:
@@ -149,7 +141,6 @@ use the following options:
On BeOS, user installed software goes in /boot/home/config, not
/usr/local. It is recommended to use the following options:
- CPPFLAGS=-I/boot/home/config/include LDFLAGS=-L/boot/home/config/lib \
./configure --prefix=/boot/home/config
Specifying the System Type