view m4/sha256.m4 @ 10059:3eec8d4f0623

Add prerequisites for using 'inline'.
author Bruno Haible <bruno@clisp.org>
date Sun, 11 May 2008 12:42:47 +0200
parents e65afb893b33
children 90ea94356c75
line wrap: on
line source

# 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 with or without modifications, as long as this notice is preserved.

AC_DEFUN([gl_SHA256],
[
  AC_LIBOBJ([sha256])

  dnl Prerequisites of lib/sha256.c.
  AC_REQUIRE([AC_C_BIGENDIAN])
  AC_REQUIRE([AC_C_INLINE])
])