+2008-05-11 Bruno Haible <bruno@clisp.org>
+
+ * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
+ * m4/sha512.m4 (gl_SHA512): Likewise.
+
2008-05-11 Jim Meyering <meyering@redhat.com>
New modules: crypto/sha256, crypto/sha512 (from coreutils)
-# sha256.m4 serial 2
+# sha256.m4 serial 3
dnl Copyright (C) 2005, 2008 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl Prerequisites of lib/sha256.c.
AC_REQUIRE([AC_C_BIGENDIAN])
+ AC_REQUIRE([AC_C_INLINE])
])
-# sha512.m4 serial 3
+# sha512.m4 serial 4
dnl Copyright (C) 2005, 2006, 2008 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl Prerequisites of lib/sha512.c.
AC_REQUIRE([AC_C_BIGENDIAN])
+ AC_REQUIRE([AC_C_INLINE])
])