about summary refs log tree commit homepage
path: root/m4/gnulib-cache.m4
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-01-21 10:11:47 +0000
committerEric Wong <normalperson@yhbt.net>2012-01-21 10:11:47 +0000
commitb956756cafe87eaa1ad9ca7cc6494d34a7cc4deb (patch)
treea9432b42661145114bea28a1c1b2205b41618de4 /m4/gnulib-cache.m4
parent6ab213e3b250c634cc98ef92f5dd5b70f0b991ed (diff)
downloadcmogstored-b956756cafe87eaa1ad9ca7cc6494d34a7cc4deb.tar.gz
This means we'll eventually be able to reject
uploads if the Content-MD5 trailer doesn't match
the contents of the upload.
Diffstat (limited to 'm4/gnulib-cache.m4')
-rw-r--r--m4/gnulib-cache.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4
index 0b14421..8b148ee 100644
--- a/m4/gnulib-cache.m4
+++ b/m4/gnulib-cache.m4
@@ -27,12 +27,13 @@
 
 
 # Specification in the form of a command-line invocation:
-#   gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --avoid=fstatat --avoid=ioctl --avoid=openat --no-conditional-dependencies --no-libtool --macro-prefix=gl argp canonicalize cloexec crypto/md5 dprintf hash mempcpy mountlist nonblocking pipe2 verify warnings xvasprintf
+#   gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --avoid=fstatat --avoid=ioctl --avoid=openat --no-conditional-dependencies --no-libtool --macro-prefix=gl argp base64 canonicalize cloexec crypto/md5 dprintf hash mempcpy mountlist nonblocking pipe2 verify warnings xvasprintf
 
 # Specification in the form of a few gnulib-tool.m4 macro invocations:
 gl_LOCAL_DIR([])
 gl_MODULES([
   argp
+  base64
   canonicalize
   cloexec
   crypto/md5