X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/bb305b31ce8cd0c2ce214fd56732905c08fe080a..1b1de4a466963fbfebf76e3920bf0cb573102cff:/m4/gnulib-cache.m4 diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4 index d29c1da..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 \ @@ -40,22 +40,18 @@ # --macro-prefix=gl \ # --no-vc-files \ # --avoid=std-gnu11 \ +# dx-nls \ # gethrxtime \ # getopt-gnu \ -# gettext-h \ -# inline \ -# localcharset \ -# mbswidth +# gettext-h # Specification in the form of a few gnulib-tool.m4 macro invocations: -gl_LOCAL_DIR([]) +gl_LOCAL_DIR([lib/local]) gl_MODULES([ + dx-nls gethrxtime getopt-gnu gettext-h - inline - localcharset - mbswidth ]) gl_AVOID([std-gnu11]) gl_SOURCE_BASE([lib])