summaryrefslogtreecommitdiff
path: root/m4/hash-pjw.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-01-29 00:03:58 +0000
committerJim Meyering <jim@meyering.net>2005-01-29 00:03:58 +0000
commit9c9aa99232847617d08248240b2832cf2575d519 (patch)
tree134d99833892ba8a4fdfa3ca79ab757d63f0c6ac /m4/hash-pjw.m4
parent2039f732bb106cd0a669dd66cc29ff55f4e531e4 (diff)
downloadcoreutils-9c9aa99232847617d08248240b2832cf2575d519.tar.xz
*** empty log message ***
Diffstat (limited to 'm4/hash-pjw.m4')
-rw-r--r--m4/hash-pjw.m414
1 files changed, 14 insertions, 0 deletions
diff --git a/m4/hash-pjw.m4 b/m4/hash-pjw.m4
new file mode 100644
index 000000000..08ee14b85
--- /dev/null
+++ b/m4/hash-pjw.m4
@@ -0,0 +1,14 @@
+# hash-pjw.m4 serial 1
+dnl Copyright (C) 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_HASH_PJW],
+[
+ AC_LIBSOURCES([hash-pjw.c, hash-pjw.h])
+ AC_LIBOBJ([hash-pjw])
+
+ dnl prerequisites
+ dnl size_t and const; those aren't really worth mentioning anymore
+])