diff options
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 |