autoupdate
[gnulib.git] / modules / alphasort
blobbfded47ca4f5e9dffb215a3072ca2faedd439008
1 Description:
2 alphasort() function: compare entries of a directory alphabetically
4 Files:
5 lib/alphasort.c
6 m4/alphasort.m4
8 Depends-on:
9 dirent-h
10 extensions
12 configure.ac:
13 gl_FUNC_ALPHASORT
14 gl_CONDITIONAL([GL_COND_OBJ_ALPHASORT], [test $HAVE_ALPHASORT = 0])
15 AM_COND_IF([GL_COND_OBJ_ALPHASORT], [
16   gl_PREREQ_ALPHASORT
18 gl_DIRENT_MODULE_INDICATOR([alphasort])
20 Makefile.am:
21 if GL_COND_OBJ_ALPHASORT
22 lib_SOURCES += alphasort.c
23 endif
25 Include:
26 <dirent.h>
28 License:
29 LGPL
31 Maintainer:
32 all, glibc