Add prerequisites for using 'inline'.
authorBruno Haible <bruno@clisp.org>
Sun, 11 May 2008 10:42:47 +0000 (12:42 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 11 May 2008 10:42:47 +0000 (12:42 +0200)
ChangeLog
m4/sha256.m4
m4/sha512.m4

index 9950079..e59b5c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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)
index 54b15e8..d8d5d27 100644 (file)
@@ -1,4 +1,4 @@
-# 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,
@@ -10,4 +10,5 @@ AC_DEFUN([gl_SHA256],
 
   dnl Prerequisites of lib/sha256.c.
   AC_REQUIRE([AC_C_BIGENDIAN])
+  AC_REQUIRE([AC_C_INLINE])
 ])
index 888d50d..1b1e899 100644 (file)
@@ -1,4 +1,4 @@
-# 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,
@@ -10,4 +10,5 @@ AC_DEFUN([gl_SHA512],
 
   dnl Prerequisites of lib/sha512.c.
   AC_REQUIRE([AC_C_BIGENDIAN])
+  AC_REQUIRE([AC_C_INLINE])
 ])