Mercurial > hg > octave-nkf > gnulib-hg
view modules/scandir @ 16749:2c1499f688aa
logf-ieee: Fix test whether logf works.
* m4/logf.m4 (gl_FUNC_LOGF): Fix typo in test program.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 01 Apr 2012 19:31:01 +0200 |
parents | 578b354d30fc |
children |
line wrap: on
line source
Description: scandir() function: collect entries of a directory Files: lib/scandir.c m4/scandir.m4 Depends-on: closedir dirent extensions largefile opendir readdir configure.ac: gl_FUNC_SCANDIR if test $HAVE_SCANDIR = 0; then AC_LIBOBJ([scandir]) gl_PREREQ_SCANDIR fi gl_DIRENT_MODULE_INDICATOR([scandir]) Makefile.am: Include: <dirent.h> License: LGPL Maintainer: all, glibc