isnan: port to VAX
[gnulib.git] / modules / hash
index 75a99da..57585e1 100644 (file)
@@ -1,21 +1,20 @@
 Description:
-Parametrizable hash table.
+Parameterizable hash table.
 
 Files:
 lib/hash.c
 lib/hash.h
-m4/hash.m4
 
 Depends-on:
 bitrotate
 stdbool
 stdint
-xalloc
+xalloc-oversized
 
 configure.ac:
-gl_HASH
 
 Makefile.am:
+lib_SOURCES += hash.c
 
 Include:
 "hash.h"