summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-02 05:23:39 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-02 05:23:39 +0000
commit46791e4ae4af381573eb9a44044a2466ac89cd25 (patch)
treeadc204acf5a5ec1c5f993b9ab62da47071d6a5b6 /m4
parentfd35412abbae117b53b0420f92b6f5edca88ec63 (diff)
downloadcoreutils-46791e4ae4af381573eb9a44044a2466ac89cd25.tar.xz
(gl_MD5): Require gl_AC_TYPE_UINT32_T.
Diffstat (limited to 'm4')
-rw-r--r--m4/md5.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/m4/md5.m4 b/m4/md5.m4
index b24749d8c..ec45b5a21 100644
--- a/m4/md5.m4
+++ b/m4/md5.m4
@@ -1,4 +1,4 @@
-# md5.m4 serial 4
+# md5.m4 serial 5
dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
@@ -8,7 +8,8 @@ dnl the same distribution terms as the rest of that program.
AC_DEFUN([gl_MD5],
[
- dnl No prerequisites of lib/md5.h.
+ dnl Prerequisites of lib/md5.h.
+ AC_REQUIRE([gl_AC_TYPE_UINT32_T])
dnl Prerequisites of lib/md5.c.
AC_REQUIRE([AC_C_BIGENDIAN])