gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / hash
index e4f3653..42502e7 100644 (file)
@@ -1,24 +1,26 @@
 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"
 
+License:
+LGPLv2+
+
 Maintainer:
 Jim Meyering
-