diff options
Diffstat (limited to 'gl/m4/gnulib-cache.m4')
-rw-r--r-- | gl/m4/gnulib-cache.m4 | 44 |
1 files changed, 38 insertions, 6 deletions
diff --git a/gl/m4/gnulib-cache.m4 b/gl/m4/gnulib-cache.m4 index 90ad4aa..267f069 100644 --- a/gl/m4/gnulib-cache.m4 +++ b/gl/m4/gnulib-cache.m4 | |||
@@ -1,8 +1,8 @@ | |||
1 | # Copyright (C) 2002-2013 Free Software Foundation, Inc. | 1 | # Copyright (C) 2002-2023 Free Software Foundation, Inc. |
2 | # | 2 | # |
3 | # This file is free software; you can redistribute it and/or modify | 3 | # This file is free software; you can redistribute it and/or modify |
4 | # it under the terms of the GNU General Public License as published by | 4 | # it under the terms of the GNU General Public License as published by |
5 | # the Free Software Foundation; either version 3 of the License, or | 5 | # the Free Software Foundation, either version 3 of the License, or |
6 | # (at your option) any later version. | 6 | # (at your option) any later version. |
7 | # | 7 | # |
8 | # This file is distributed in the hope that it will be useful, | 8 | # This file is distributed in the hope that it will be useful, |
@@ -11,7 +11,7 @@ | |||
11 | # GNU General Public License for more details. | 11 | # GNU General Public License for more details. |
12 | # | 12 | # |
13 | # You should have received a copy of the GNU General Public License | 13 | # You should have received a copy of the GNU General Public License |
14 | # along with this file. If not, see <http://www.gnu.org/licenses/>. | 14 | # along with this file. If not, see <https://www.gnu.org/licenses/>. |
15 | # | 15 | # |
16 | # As a special exception to the GNU General Public License, | 16 | # As a special exception to the GNU General Public License, |
17 | # this file may be distributed as part of a program that | 17 | # this file may be distributed as part of a program that |
@@ -27,13 +27,45 @@ | |||
27 | 27 | ||
28 | 28 | ||
29 | # Specification in the form of a command-line invocation: | 29 | # Specification in the form of a command-line invocation: |
30 | # gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files base64 crypto/sha1 dirname environ floorf fsusage getaddrinfo gethostname getloadavg getopt-gnu gettext idpriv-droptemp mountlist regex setenv strcase strcasestr strsep timegm unsetenv vasprintf vsnprintf | 30 | # gnulib-tool --import \ |
31 | # --lib=libgnu \ | ||
32 | # --source-base=gl \ | ||
33 | # --m4-base=gl/m4 \ | ||
34 | # --doc-base=doc \ | ||
35 | # --tests-base=tests \ | ||
36 | # --aux-dir=build-aux \ | ||
37 | # --no-conditional-dependencies \ | ||
38 | # --no-libtool \ | ||
39 | # --macro-prefix=gl \ | ||
40 | # --no-vc-files \ | ||
41 | # base64 \ | ||
42 | # crypto/sha256 \ | ||
43 | # dirname \ | ||
44 | # environ \ | ||
45 | # floorf \ | ||
46 | # fsusage \ | ||
47 | # getaddrinfo \ | ||
48 | # gethostname \ | ||
49 | # getloadavg \ | ||
50 | # getopt-gnu \ | ||
51 | # gettext-h \ | ||
52 | # idpriv-droptemp \ | ||
53 | # mountlist \ | ||
54 | # regex \ | ||
55 | # setenv \ | ||
56 | # strcase \ | ||
57 | # strcasestr \ | ||
58 | # strsep \ | ||
59 | # timegm \ | ||
60 | # unsetenv \ | ||
61 | # vasprintf \ | ||
62 | # vsnprintf | ||
31 | 63 | ||
32 | # Specification in the form of a few gnulib-tool.m4 macro invocations: | 64 | # Specification in the form of a few gnulib-tool.m4 macro invocations: |
33 | gl_LOCAL_DIR([]) | 65 | gl_LOCAL_DIR([]) |
34 | gl_MODULES([ | 66 | gl_MODULES([ |
35 | base64 | 67 | base64 |
36 | crypto/sha1 | 68 | crypto/sha256 |
37 | dirname | 69 | dirname |
38 | environ | 70 | environ |
39 | floorf | 71 | floorf |
@@ -42,7 +74,7 @@ gl_MODULES([ | |||
42 | gethostname | 74 | gethostname |
43 | getloadavg | 75 | getloadavg |
44 | getopt-gnu | 76 | getopt-gnu |
45 | gettext | 77 | gettext-h |
46 | idpriv-droptemp | 78 | idpriv-droptemp |
47 | mountlist | 79 | mountlist |
48 | regex | 80 | regex |