X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/b2e0bbdf409615988677fd8f43d28badf753c3a7..1b1de4a466963fbfebf76e3920bf0cb573102cff:/m4/gnulib-cache.m4 diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4 index da8934c..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,26 +40,18 @@ # --macro-prefix=gl \ # --no-vc-files \ # --avoid=std-gnu11 \ -# flexmember \ +# 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([std-gnu11]) gl_SOURCE_BASE([lib])