]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove the recommendation to set CPPFLAGS and LDFLAGS.
authorBruno Haible <bruno@clisp.org>
Thu, 2 May 2002 13:09:26 +0000 (13:09 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:07:56 +0000 (12:07 +0200)
ChangeLog
INSTALL

index e4703018387371eed29abadb6d1d65930036790d..e5e4d1bba8dab84e234013959702029225dacada 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-01  Bruno Haible  <bruno@clisp.org>
+
+       * INSTALL: Remove the recommendation to set CPPFLAGS and LDFLAGS.
+       The lib-link.m4 macros make this unnecessary.
+
 2002-04-28  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (gettextsrc_SCRIPTS): Add mkinstalldirs.
diff --git a/INSTALL b/INSTALL
index f699c51c60a17f902bf4347f96e3bb3ca24f79ff..863ccc31e87998ca0993b3584520fc0c78338f6f 100644 (file)
--- 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