From 74b62cc963caf944dcaadc0ce640fa67355bd4e6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 27 Mar 2018 17:08:25 +0200 Subject: Doc tweaks. --- ChangeLog | 7 +++++++ README | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6c5da51..6e25790 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2018-03-27 Bruno Haible + + Doc tweaks. + * README: Don't recommend to use --prefix=/usr/local, as it produces + problems with GCC (since GCC's treatment of /usr/local/include and + /usr/local/lib is inconsistent by default). + 2011-01-29 Bruno Haible * m4/woe32-dll.m4: Add a comment. diff --git a/README b/README index 889c75b..775388d 100644 --- a/README +++ b/README @@ -37,7 +37,7 @@ Installation As usual for GNU packages: - $ ./configure --prefix=/usr/local + $ ./configure --prefix=[[PREFIX]] where [[PREFIX]] is e.g. $HOME/local $ make $ make install -- cgit v1.2.1