repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Avoid "warning: The macro `AC_DECL_SYS_SIGLIST' is obsolete".
[gnulib.git]
/
modules
/
alphasort
blob
e5670571e1b2d0ef3e64c98572a4fa266d6f2713
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