From: Paul Eggert Date: Mon, 2 Aug 2004 05:23:39 +0000 (+0000) Subject: (gl_MD5): Require gl_AC_TYPE_UINT32_T. X-Git-Tag: v5.3.0~980 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46791e4ae4af381573eb9a44044a2466ac89cd25;p=thirdparty%2Fcoreutils.git (gl_MD5): Require gl_AC_TYPE_UINT32_T. --- diff --git a/m4/md5.m4 b/m4/md5.m4 index b24749d8c6..ec45b5a21e 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])