diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-01-31 14:13:12 (GMT) |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-01-31 14:13:12 (GMT) |
commit | cfa0738187c51eeb897133d1699b35ddd8e96fd5 (patch) | |
tree | b7c32a9074a9b69cf94c31511c38e3bb8a74f91f /gl/m4/gnulib-cache.m4 | |
parent | 393bd16d2e21833236f65fb330fe848eb45f742d (diff) | |
download | monitoring-plugins-cfa0738187c51eeb897133d1699b35ddd8e96fd5.tar.gz |
Remove sha1 and add sha256
Diffstat (limited to 'gl/m4/gnulib-cache.m4')
-rw-r--r-- | gl/m4/gnulib-cache.m4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gl/m4/gnulib-cache.m4 b/gl/m4/gnulib-cache.m4 index ee4756e..4e5055e 100644 --- a/gl/m4/gnulib-cache.m4 +++ b/gl/m4/gnulib-cache.m4 | |||
@@ -38,8 +38,9 @@ | |||
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 \ | ||
41 | # base64 \ | 42 | # base64 \ |
42 | # crypto/sha1 \ | 43 | # crypto/sha256 \ |
43 | # dirname \ | 44 | # dirname \ |
44 | # environ \ | 45 | # environ \ |
45 | # floorf \ | 46 | # floorf \ |
@@ -64,8 +65,9 @@ | |||
64 | # Specification in the form of a few gnulib-tool.m4 macro invocations: | 65 | # Specification in the form of a few gnulib-tool.m4 macro invocations: |
65 | gl_LOCAL_DIR([]) | 66 | gl_LOCAL_DIR([]) |
66 | gl_MODULES([ | 67 | gl_MODULES([ |
68 | --no-vc-files | ||
67 | base64 | 69 | base64 |
68 | crypto/sha1 | 70 | crypto/sha256 |
69 | dirname | 71 | dirname |
70 | environ | 72 | environ |
71 | floorf | 73 | floorf |