diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-18 23:28:29 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-18 23:28:29 -0800 |
commit | 5f90be1bb73a4cb8c277476f2c9c9f59f0074bbb (patch) | |
tree | 0ae73daf66f91b368b3e4d7b3cb4d5afa4500976 /aclocal.m4 | |
parent | f12f551b2c38748ed10ec8c350faa23516f7c705 (diff) | |
download | emacs-5f90be1bb73a4cb8c277476f2c9c9f59f0074bbb.tar.gz |
Import simpler crypto/md5 module from gnulib, plus stdint module.
* aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
* src/config.in: Regenerate.
* lib/md5.c, lib/md5.h: Regenerate with simpler version, which
assumes C99-style <stdint.h>, supplied by the stdint module.
* lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4: New files,
generated from gnulib.
* src/deps.mk (fns.o): Do not depend on md5.h, fixing a typo in
the earlier patch.
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index c3bef7712de..2468e83d25a 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -992,11 +992,13 @@ m4_include([m4/getopt.m4]) m4_include([m4/gl-comp.m4]) m4_include([m4/gnulib-common.m4]) m4_include([m4/include_next.m4]) +m4_include([m4/longlong.m4]) m4_include([m4/md5.m4]) m4_include([m4/mktime.m4]) m4_include([m4/multiarch.m4]) m4_include([m4/stdbool.m4]) m4_include([m4/stddef_h.m4]) +m4_include([m4/stdint.m4]) m4_include([m4/stdlib_h.m4]) m4_include([m4/strftime.m4]) m4_include([m4/time_h.m4]) |