1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/alphasort
Bruno Haible feb2ae63eb alphasort: Move AC_LIBOBJ invocations to module description.
* m4/alphasort.m4 (gl_FUNC_ALPHASORT): Move AC_LIBOBJ and
gl_PREREQ_ALPHASORT invocations from here...
* modules/alphasort (configure.ac): ... to here.
2011-06-16 00:05:52 +02:00

31 lines
384 B
Plaintext

Description:
alphasort() function: compare entries of a directory alphabetically
Files:
lib/alphasort.c
m4/alphasort.m4
Depends-on:
dirent
extensions
configure.ac:
gl_FUNC_ALPHASORT
if test $HAVE_ALPHASORT = 0; then
AC_LIBOBJ([alphasort])
gl_PREREQ_ALPHASORT
fi
gl_DIRENT_MODULE_INDICATOR([alphasort])
Makefile.am:
Include:
<dirent.h>
License:
LGPL
Maintainer:
all, glibc