X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/247d234f2e263700e0a7ce7f6c9219d010c182ca..1943156e7ba5c0318a54369a52297f74bad7b5b9:/m4/gnulib-cache.m4 diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4 index c970305..dbd91f0 100644 --- a/m4/gnulib-cache.m4 +++ b/m4/gnulib-cache.m4 @@ -1,8 +1,8 @@ -# Copyright (C) 2002-2021 Free Software Foundation, Inc. +# Copyright (C) 2002-2022 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3 of the License, or +# the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This file is distributed in the hope that it will be useful, @@ -41,30 +41,24 @@ # --no-vc-files \ # --avoid=gperf \ # --avoid=std-gnu11 \ -# getline \ +# dx-nls \ +# dx-threadlib \ # getopt-gnu \ -# gettext-h \ # gitlog-to-changelog \ -# localcharset \ -# lock \ -# mbswidth \ +# inttypes-incomplete \ # readline \ -# snprintf \ -# tls +# stdbool # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([lib/local]) gl_MODULES([ - getline + dx-nls + dx-threadlib getopt-gnu - gettext-h gitlog-to-changelog - localcharset - lock - mbswidth + inttypes-incomplete readline - snprintf - tls + stdbool ]) gl_AVOID([gperf std-gnu11]) gl_SOURCE_BASE([lib])