diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-06-15 15:27:54 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-06-15 15:27:54 -0700 |
commit | 8aeb5be96aa28c4770299a54758a8fb339993a97 (patch) | |
tree | dbf3821be90ab7a043a6552aa9b838a6259677e4 /m4/sha1.m4 | |
parent | 4bba86e6210a74326e843a8fdc8409127105e1fe (diff) | |
download | emacs-8aeb5be96aa28c4770299a54758a8fb339993a97.tar.gz |
Merge from gnulib: lib/gnulib.mk, m4/*.m4.
Diffstat (limited to 'm4/sha1.m4')
-rw-r--r-- | m4/sha1.m4 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/m4/sha1.m4 b/m4/sha1.m4 index e40505f2f70..b8f5c1dcafe 100644 --- a/m4/sha1.m4 +++ b/m4/sha1.m4 @@ -1,4 +1,4 @@ -# sha1.m4 serial 9 +# sha1.m4 serial 10 dnl Copyright (C) 2002-2006, 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, @@ -6,8 +6,6 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_SHA1], [ - AC_LIBOBJ([sha1]) - dnl Prerequisites of lib/sha1.c. AC_REQUIRE([gl_BIGENDIAN]) AC_REQUIRE([AC_C_INLINE]) |