verify: new macro 'assume'
[gnulib.git] / modules / alphasort
1 Description:
2 alphasort() function: compare entries of a directory alphabetically
3
4 Files:
5 lib/alphasort.c
6 m4/alphasort.m4
7
8 Depends-on:
9 dirent
10 extensions
11
12 configure.ac:
13 gl_FUNC_ALPHASORT
14 if test $HAVE_ALPHASORT = 0; then
15   AC_LIBOBJ([alphasort])
16   gl_PREREQ_ALPHASORT
17 fi
18 gl_DIRENT_MODULE_INDICATOR([alphasort])
19
20 Makefile.am:
21
22 Include:
23 <dirent.h>
24
25 License:
26 LGPL
27
28 Maintainer:
29 all, glibc
30