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 995007906d0d63cccc6be6bf3f360052356211d4..e59b5c0c9e362fbf104428d7cb0e348a91718ee1 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 54b15e8da094e806cf55438852741ad397147f52..d8d5d27dca0d66e719f3a5d9a85dbcfb88f6f71c 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 888d50df660740c791ee19051455cdc03d3798fc..1b1e899cc2880704f4740f1e6d40704739e191b5 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])
 ])