iswblank: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / hash
index 6c4fba44d26b7a4c75f8cfc99ced37613c0f84c3..72afda6cf1f76751964eef8fd557f8ef72caba56 100644 (file)
@@ -1,21 +1,27 @@
 Description:
+Parameterizable hash table.
 
 Files:
-lib/hash.h
 lib/hash.c
+lib/hash.h
 m4/hash.m4
 
 Depends-on:
-malloc
-realloc
+bitrotate
 stdbool
+stdint
+xalloc-oversized
 
 configure.ac:
 gl_HASH
 
 Makefile.am:
-lib_SOURCES += hash.h hash.c
 
 Include:
 "hash.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering