X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/4ba1a1949117408cf81132b4f168a4e7f0a79ac3..583fc520dddf5125bc676777a537f0632f2acb55:/m4/gnulib-cache.m4 diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4 index 6b6352e..da8934c 100644 --- a/m4/gnulib-cache.m4 +++ b/m4/gnulib-cache.m4 @@ -39,10 +39,15 @@ # --no-libtool \ # --macro-prefix=gl \ # --no-vc-files \ +# --avoid=std-gnu11 \ # flexmember \ # gethrxtime \ # getopt-gnu \ -# inline +# gettext-h \ +# inline \ +# localcharset \ +# mbswidth \ +# striconv # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([]) @@ -50,9 +55,13 @@ gl_MODULES([ flexmember gethrxtime getopt-gnu + gettext-h inline + localcharset + mbswidth + striconv ]) -gl_AVOID([]) +gl_AVOID([std-gnu11]) gl_SOURCE_BASE([lib]) gl_M4_BASE([m4]) gl_PO_BASE([])