roundf-ieee: Fix test failures on AIX 7.1 and OSF/1 5.1.
[pspp] / modules / hash
index 2accfcb63031e292285e989071befa3f9a549d4a..57585e14b739fae7ae96e52aa687e8f9695dfe26 100644 (file)
@@ -1,20 +1,20 @@
 Description:
-Parametrizable hash table.
+Parameterizable hash table.
 
 Files:
-lib/hash.h
 lib/hash.c
-m4/hash.m4
-lib/xalloc.h
+lib/hash.h
 
 Depends-on:
+bitrotate
 stdbool
+stdint
+xalloc-oversized
 
 configure.ac:
-gl_HASH
 
 Makefile.am:
-lib_SOURCES += hash.h hash.c
+lib_SOURCES += hash.c
 
 Include:
 "hash.h"