summaryrefslogtreecommitdiff
path: root/gl/m4/md5.m4
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-10-17 14:25:02 +0000
committerSimon Josefsson <simon@josefsson.org>2005-10-17 14:25:02 +0000
commit36f87de355b6a106ddb6730408271dedd8c75e12 (patch)
tree566ea789e974a8b83f700a8566f327fafe4c5376 /gl/m4/md5.m4
parent1ce7b44e1dcd69b0fda90d537aba1707d77d4dcf (diff)
downloadgnutls-36f87de355b6a106ddb6730408271dedd8c75e12.tar.gz
Update.
Diffstat (limited to 'gl/m4/md5.m4')
-rw-r--r--gl/m4/md5.m415
1 files changed, 15 insertions, 0 deletions
diff --git a/gl/m4/md5.m4 b/gl/m4/md5.m4
new file mode 100644
index 0000000000..0c4d86b591
--- /dev/null
+++ b/gl/m4/md5.m4
@@ -0,0 +1,15 @@
+# md5.m4 serial 8
+dnl Copyright (C) 2002, 2003, 2004, 2005 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_MD5],
+[
+ AC_LIBSOURCES([md5.c, md5.h])
+ AC_LIBOBJ([md5])
+
+ dnl Prerequisites of lib/md5.c.
+ AC_REQUIRE([AC_C_BIGENDIAN])
+ :
+])