mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/dirent-h: Renamed from modules/dirent. * modules/dirent-h-tests: Renamed from modules/dirent-tests. * modules/dirent-h-c++-tests: Renamed from modules/dirent-c++-tests. * tests/test-dirent-h.c: Renamed from tests/test-dirent.c. * tests/test-dirent-h-c++.cc: Renamed from tests/test-dirent-c++.cc. * doc/posix-headers/dirent.texi: Update. * modules/* (Depends-on): Update. * modules/dirent: New file.
34 lines
491 B
Plaintext
34 lines
491 B
Plaintext
Description:
|
|
alphasort() function: compare entries of a directory alphabetically
|
|
|
|
Files:
|
|
lib/alphasort.c
|
|
m4/alphasort.m4
|
|
|
|
Depends-on:
|
|
dirent-h
|
|
extensions
|
|
|
|
configure.ac:
|
|
gl_FUNC_ALPHASORT
|
|
gl_CONDITIONAL([GL_COND_OBJ_ALPHASORT], [test $HAVE_ALPHASORT = 0])
|
|
AM_COND_IF([GL_COND_OBJ_ALPHASORT], [
|
|
gl_PREREQ_ALPHASORT
|
|
])
|
|
gl_DIRENT_MODULE_INDICATOR([alphasort])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_ALPHASORT
|
|
lib_SOURCES += alphasort.c
|
|
endif
|
|
|
|
Include:
|
|
<dirent.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all, glibc
|
|
|