view modules/alphasort @ 40205:9e8fb35d4032

relocatable-prog: Revert "Use wrapper-free installation on Mac OS X." * build-aux/install-reloc: Revert change. * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Likewise.
author Bruno Haible <bruno@clisp.org>
date Mon, 04 Mar 2019 17:25:04 +0100
parents f60861ec8f13
children
line wrap: on
line source

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