X-Git-Url: http://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/8f6809e4a28ad0dd08a5aea14ac1011b6bf0dd92..85a6a8c5ddb83606fb27617b9c81c8bcc6b35408:/m4/gnulib-cache.m4 diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4 index 82646fb..e06a0a7 100644 --- a/m4/gnulib-cache.m4 +++ b/m4/gnulib-cache.m4 @@ -1,8 +1,8 @@ -# Copyright (C) 2002-2021 Free Software Foundation, Inc. +# Copyright (C) 2002-2022 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3 of the License, or +# the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This file is distributed in the hope that it will be useful, @@ -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,37 +39,30 @@ # --libtool \ # --macro-prefix=gl \ # --no-vc-files \ +# --avoid=gperf \ # --avoid=std-gnu11 \ +# dx-nls \ # getline \ # getopt-gnu \ -# gettext-h \ # gitlog-to-changelog \ -# ldexp \ -# localcharset \ +# inttypes-incomplete \ # lock \ -# 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([ + dx-nls getline getopt-gnu - gettext-h gitlog-to-changelog - ldexp - localcharset + inttypes-incomplete lock - mbswidth readline - snprintf - striconv tls ]) -gl_AVOID([std-gnu11]) +gl_AVOID([gperf std-gnu11]) gl_SOURCE_BASE([lib]) gl_M4_BASE([m4]) gl_PO_BASE([])