X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/8f6809e4a28ad0dd08a5aea14ac1011b6bf0dd92..42759d62ece59ed0087a7254c2f486140fea5692:/m4/gnulib-cache.m4 diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4 index 82646fb..b01b510 100644 --- a/m4/gnulib-cache.m4 +++ b/m4/gnulib-cache.m4 @@ -39,6 +39,7 @@ # --libtool \ # --macro-prefix=gl \ # --no-vc-files \ +# --avoid=gperf \ # --avoid=std-gnu11 \ # getline \ # getopt-gnu \ @@ -50,7 +51,6 @@ # mbswidth \ # readline \ # snprintf \ -# striconv \ # tls # Specification in the form of a few gnulib-tool.m4 macro invocations: @@ -66,10 +66,9 @@ gl_MODULES([ mbswidth readline snprintf - striconv tls ]) -gl_AVOID([std-gnu11]) +gl_AVOID([gperf std-gnu11]) gl_SOURCE_BASE([lib]) gl_M4_BASE([m4]) gl_PO_BASE([])