summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-03-27 17:08:25 +0200
committerBruno Haible <bruno@clisp.org>2018-03-27 17:08:25 +0200
commit74b62cc963caf944dcaadc0ce640fa67355bd4e6 (patch)
treeb68cf9c9de42221b1bd9e3270df51514dd777efd
parent3b73fbad94305723dd2d20f7367c0d16c54d0000 (diff)
downloadlibunistring-74b62cc963caf944dcaadc0ce640fa67355bd4e6.tar.gz
Doc tweaks.
-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