summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--README2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c5da51..6e25790 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-03-27 Bruno Haible <bruno@clisp.org>
+
+ 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 <bruno@clisp.org>
* 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