warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / idcache
blob72b7b91e624db914d5010c8115827b99b7128ee1
1 Description:
2 Username <--> uid and groupname <--> gid conversions, with cache for speed.
4 Files:
5 lib/idcache.c
6 lib/idcache.h
7 m4/idcache.m4
9 Depends-on:
10 flexmember
11 xalloc
13 configure.ac:
14 gl_IDCACHE
16 Makefile.am:
17 lib_SOURCES += idcache.c
19 Include:
20 "idcache.h"
22 License:
23 GPL
25 Maintainer:
26 Jim Meyering