X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/0bc1805c4b8135363cf0c0a98a1d84781bbea7b1..d994d4c8bc35514ab5fafff7177cdf6d4e3c61ce:/m4/gnulib-cache.m4?ds=sidebyside diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4 index 5faa6b6..6113698 100644 --- a/m4/gnulib-cache.m4 +++ b/m4/gnulib-cache.m4 @@ -39,26 +39,36 @@ # --libtool \ # --macro-prefix=gl \ # --no-vc-files \ +# --avoid=gperf \ +# --avoid=std-gnu11 \ +# getline \ # getopt-gnu \ # gettext-h \ +# gitlog-to-changelog \ # localcharset \ # lock \ +# mbswidth \ # readline \ -# striconv \ -# tls +# snprintf \ +# tls \ +# vsnprintf # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([]) gl_MODULES([ + getline getopt-gnu gettext-h + gitlog-to-changelog localcharset lock + mbswidth readline - striconv + snprintf tls + vsnprintf ]) -gl_AVOID([]) +gl_AVOID([gperf std-gnu11]) gl_SOURCE_BASE([lib]) gl_M4_BASE([m4]) gl_PO_BASE([])