view modules/alphasort @ 14923:f60861ec8f13

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.
author Bruno Haible <bruno@clisp.org>
date Fri, 06 May 2011 00:59:02 +0200
parents 8842f30244d1
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