From e523f845add260106335cecfe08534cf8732cc29 Mon Sep 17 00:00:00 2001 From: Dimitrij Mijoski Date: Wed, 16 Mar 2022 13:55:15 +0100 Subject: 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. --- bootstrap.conf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'bootstrap.conf') 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 ' -- cgit v1.2.1