Hash :
47746a8d
Author :
Date :
2011-05-24T01:39:42
crypto/sha256: Move AC_LIBOBJ invocations to module description. * m4/sha256.m4 (gl_SHA256): Remove AC_LIBOBJ invocation. * modules/crypto/sha256 (Makefile.am): Augment lib_SOURCES.
# sha256.m4 serial 5
dnl Copyright (C) 2005, 2008-2011 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],
[
dnl Prerequisites of lib/sha256.c.
AC_REQUIRE([gl_BIGENDIAN])
AC_REQUIRE([AC_C_INLINE])
])