X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/41d0e2f8f2dc0ec50526ff6e4b8ff12936d1f90e..247d234f2e263700e0a7ce7f6c9219d010c182ca:/m4/gnulib-cache.m4 diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4 index 8b8af8f..c970305 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,7 +39,9 @@ # --libtool \ # --macro-prefix=gl \ # --no-vc-files \ -# flexmember \ +# --avoid=gperf \ +# --avoid=std-gnu11 \ +# getline \ # getopt-gnu \ # gettext-h \ # gitlog-to-changelog \ @@ -48,13 +50,12 @@ # mbswidth \ # readline \ # snprintf \ -# striconv \ # tls # Specification in the form of a few gnulib-tool.m4 macro invocations: -gl_LOCAL_DIR([]) +gl_LOCAL_DIR([lib/local]) gl_MODULES([ - flexmember + getline getopt-gnu gettext-h gitlog-to-changelog @@ -63,10 +64,9 @@ gl_MODULES([ mbswidth readline snprintf - striconv tls ]) -gl_AVOID([]) +gl_AVOID([gperf std-gnu11]) gl_SOURCE_BASE([lib]) gl_M4_BASE([m4]) gl_PO_BASE([])