From a8e771a58a996d210dc9d12a3896d04b27465cc1 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Tue, 7 Mar 2017 13:02:37 +0000 Subject: =?UTF-8?q?Make=20library=20relocatable=20using=20gnulib=E2=80=99s?= =?UTF-8?q?=20relocatable-lib-lgpl=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- bootstrap.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bootstrap.conf') 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 ' -- cgit v1.2.1