annotate m4/sha1.m4 @ 30744:4a697a760175

Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
author Bruno Haible <bruno@clisp.org>
date Tue, 20 Jan 2009 00:57:07 +0100
parents c7eaae3c0d1a
children c2cbabec01dd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
30744
4a697a760175 Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
Bruno Haible <bruno@clisp.org>
parents: 29358
diff changeset
1 # sha1.m4 serial 9
4a697a760175 Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
Bruno Haible <bruno@clisp.org>
parents: 29358
diff changeset
2 dnl Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
25302
15c495e03a92 Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents: 24856
diff changeset
3 dnl This file is free software; the Free Software Foundation
15c495e03a92 Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents: 24856
diff changeset
4 dnl gives unlimited permission to copy and/or distribute it,
15c495e03a92 Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents: 24856
diff changeset
5 dnl with or without modifications, as long as this notice is preserved.
24856
d1bd730b77d7 Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
6
d1bd730b77d7 Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
7 AC_DEFUN([gl_SHA1],
d1bd730b77d7 Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
8 [
25412
5bf90f3c3e3f Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents: 25302
diff changeset
9 AC_LIBOBJ([sha1])
5bf90f3c3e3f Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents: 25302
diff changeset
10
24856
d1bd730b77d7 Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
11 dnl Prerequisites of lib/sha1.c.
30744
4a697a760175 Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
Bruno Haible <bruno@clisp.org>
parents: 29358
diff changeset
12 AC_REQUIRE([gl_BIGENDIAN])
29358
c7eaae3c0d1a Mark set_uint32 function as 'inline'.
Bruno Haible <bruno@clisp.org>
parents: 26863
diff changeset
13 AC_REQUIRE([AC_C_INLINE])
24856
d1bd730b77d7 Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
14 :
d1bd730b77d7 Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
15 ])