summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorDimitrij Mijoski <dmjpp@hotmail.com>2022-03-16 13:55:15 +0100
committerReuben Thomas <rrt@sc3d.org>2022-03-19 06:21:57 +0000
commite523f845add260106335cecfe08534cf8732cc29 (patch)
tree5bb3304708a5ffc49b035ab332b84614dd9afb1c /bootstrap.conf
parent49d87fea52bb19770f76710cfaf69881246a7219 (diff)
downloadenchant-e523f845add260106335cecfe08534cf8732cc29.tar.gz
Reduce dependency on gnulib by requiring C99 and POSIX 2008
- Remove gnulib modules c99, getopt-posix, strdup-posix, ssize_t - Also remove obsolete gnulib module snippet/unused-parameter, use _GL_UNUSED instead of older _GL_UNUSED_PARAMETER, and instead of [[maybe_unused]]. Thanks to @dimztimz for providing the patch on which this commit is based.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf7
1 files changed, 1 insertions, 6 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index ea4f75a..8b284a9 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,4 +1,4 @@
-# bootstrap.conf (Enchant) version 2020-01-18
+# bootstrap.conf (Enchant) version 2022-03-19
# This file is part of Enchant.
#
@@ -47,17 +47,12 @@ gnulib_tool_options='
# gnulib modules used by this package.
gnulib_modules='
bootstrap
- c99
configmake
flock
- getopt-posix
gnu-make
manywarnings
relocatable-lib-lgpl
- snippet/unused-parameter
strchrnul
- strdup-posix
- ssize_t
'