X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/da31028b3c2dfdb4d203fd9481568fe01d16926e..1cc5fc775e2a5dbd41cb968fa141be6647d1282a:/m4/gnulib-cache.m4 diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4 index e7a0fcf..6902641 100644 --- a/m4/gnulib-cache.m4 +++ b/m4/gnulib-cache.m4 @@ -27,7 +27,7 @@ # Specification in the form of a command-line invocation: -# gnulib-tool --import \ +# gnulib-tool --import --local-dir=lib/local \ # --lib=libgnu \ # --source-base=lib \ # --m4-base=m4 \ @@ -39,28 +39,21 @@ # --no-libtool \ # --macro-prefix=gl \ # --no-vc-files \ -# flexmember \ +# --avoid=std-gnu11 \ +# dx-nls \ # gethrxtime \ # getopt-gnu \ -# gettext-h \ -# inline \ -# localcharset \ -# mbswidth \ -# striconv +# gettext-h # Specification in the form of a few gnulib-tool.m4 macro invocations: -gl_LOCAL_DIR([]) +gl_LOCAL_DIR([lib/local]) gl_MODULES([ - flexmember + dx-nls 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([])