X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/e9ab90141032c23a97fa82a723a7a751658bce66..1b1de4a466963fbfebf76e3920bf0cb573102cff:/m4/gnulib-cache.m4 diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4 index d1c7383..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,16 +39,21 @@ # --no-libtool \ # --macro-prefix=gl \ # --no-vc-files \ +# --avoid=std-gnu11 \ +# dx-nls \ +# gethrxtime \ # getopt-gnu \ -# inline +# 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 - inline + gettext-h ]) -gl_AVOID([]) +gl_AVOID([std-gnu11]) gl_SOURCE_BASE([lib]) gl_M4_BASE([m4]) gl_PO_BASE([])