diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-01-31 14:36:15 (GMT) |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-01-31 14:36:15 (GMT) |
commit | f1d177d730edc36c47a1c152464931ea873af958 (patch) | |
tree | 7602d9cb35d26e445218e25fbf004476c1312b9d /gl/m4/gnulib-cache.m4 | |
parent | 34c6fae0ca405cddf2d60e76d785fc520d336582 (diff) | |
download | monitoring-plugins-f1d177d730edc36c47a1c152464931ea873af958.tar.gz |
remove gl/c++defs, replace gl/gettext with gl/gettext-h
Diffstat (limited to 'gl/m4/gnulib-cache.m4')
-rw-r--r-- | gl/m4/gnulib-cache.m4 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gl/m4/gnulib-cache.m4 b/gl/m4/gnulib-cache.m4 index 4e5055e..267f069 100644 --- a/gl/m4/gnulib-cache.m4 +++ b/gl/m4/gnulib-cache.m4 | |||
@@ -38,7 +38,6 @@ | |||
38 | # --no-libtool \ | 38 | # --no-libtool \ |
39 | # --macro-prefix=gl \ | 39 | # --macro-prefix=gl \ |
40 | # --no-vc-files \ | 40 | # --no-vc-files \ |
41 | # --no-vc-files \ | ||
42 | # base64 \ | 41 | # base64 \ |
43 | # crypto/sha256 \ | 42 | # crypto/sha256 \ |
44 | # dirname \ | 43 | # dirname \ |
@@ -49,7 +48,7 @@ | |||
49 | # gethostname \ | 48 | # gethostname \ |
50 | # getloadavg \ | 49 | # getloadavg \ |
51 | # getopt-gnu \ | 50 | # getopt-gnu \ |
52 | # gettext \ | 51 | # gettext-h \ |
53 | # idpriv-droptemp \ | 52 | # idpriv-droptemp \ |
54 | # mountlist \ | 53 | # mountlist \ |
55 | # regex \ | 54 | # regex \ |
@@ -65,7 +64,6 @@ | |||
65 | # 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: |
66 | gl_LOCAL_DIR([]) | 65 | gl_LOCAL_DIR([]) |
67 | gl_MODULES([ | 66 | gl_MODULES([ |
68 | --no-vc-files | ||
69 | base64 | 67 | base64 |
70 | crypto/sha256 | 68 | crypto/sha256 |
71 | dirname | 69 | dirname |
@@ -76,7 +74,7 @@ gl_MODULES([ | |||
76 | gethostname | 74 | gethostname |
77 | getloadavg | 75 | getloadavg |
78 | getopt-gnu | 76 | getopt-gnu |
79 | gettext | 77 | gettext-h |
80 | idpriv-droptemp | 78 | idpriv-droptemp |
81 | mountlist | 79 | mountlist |
82 | regex | 80 | regex |