warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / alphasort
blobe5670571e1b2d0ef3e64c98572a4fa266d6f2713
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
10 extensions
12 configure.ac:
13 gl_FUNC_ALPHASORT
14 if test $HAVE_ALPHASORT = 0; then
15   AC_LIBOBJ([alphasort])
16   gl_PREREQ_ALPHASORT
18 gl_DIRENT_MODULE_INDICATOR([alphasort])
20 Makefile.am:
22 Include:
23 <dirent.h>
25 License:
26 LGPL
28 Maintainer:
29 all, glibc