summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-06-26 15:11:28 +0200
committerSimon Josefsson <simon@josefsson.org>2007-06-26 15:11:28 +0200
commitedc49a9e9a5777b86a6f16b5d8291a2c87e1859f (patch)
tree504162ed49fb93b48104acc0059ee83287b36985 /NEWS
parentec7bef87a629668d5b0f76a6a2e25b2ddf30176d (diff)
downloadgnutls-edc49a9e9a5777b86a6f16b5d8291a2c87e1859f.tar.gz
Fix installation path of Guile bindings.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 68114723d7..5761d8c6ce 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,13 @@ See the end for copying conditions.
* Version 1.7.15 (unreleased)
+** Guile bindings are now installed under $prefix by default.
+Use --without-guile-site-dir to install it under $pkgdatadir/site/
+where $pkgdatadir is as returned by "guile-config info pkgdatadir".
+Use --with-guile-site-dir=/your/own/path to specify the path manually.
+The default, --with-guile-site-dir, will install the Guile bindings
+under $datadir/guile/site.
+
** API and ABI modifications:
No changes since last version.