summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2017-03-07 13:02:37 +0000
committerReuben Thomas <rrt@sc3d.org>2017-04-04 22:33:33 +0100
commita8e771a58a996d210dc9d12a3896d04b27465cc1 (patch)
tree8775efa8a44f8472050706571e82d588f4a183ad /bootstrap.conf
parent75d31e7c59cb10c269b30f9c9ff500a39e9d6fd5 (diff)
downloadenchant-a8e771a58a996d210dc9d12a3896d04b27465cc1.tar.gz
Make library relocatable using gnulib’s relocatable-lib-lgpl module
This adds a new API enchant_set_prefix_dir, which necessitated changing the C++ API so that rather than constructing a broker instance statically, which would pre-empt any setting of the prefix dir, the Broker object must now be explicitly created. This also gives an easier way to have multiple Brokers, if desired.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 487d51f..1e08354 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,4 +1,4 @@
-# bootstrap.conf (GNU zile) version 2017-03-03
+# bootstrap.conf (GNU zile) version 2017-03-20
# Written by Gary V. Vaughan, 2010
# Copyright (C) 2010 Free Software Foundation, Inc.
@@ -47,8 +47,10 @@ gnulib_tool_options='
gnulib_modules='
alloca
bootstrap
+ configmake
flock
manywarnings
+ relocatable-lib-lgpl
snippet/unused-parameter
strdup-posix
'