* ChangeLog: Fix misspelling
[gnulib.git] / m4 / scandir.m4
blobf981e1f839a00b45aad4f3f5156a236fd76f5e94
1 # scandir.m4
2 # serial 2
3 dnl Copyright (C) 2009-2024 Free Software Foundation, Inc.
4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
8 AC_DEFUN([gl_FUNC_SCANDIR],
10   AC_REQUIRE([gl_DIRENT_H_DEFAULTS])
12   dnl Persuade glibc and Solaris <dirent.h> to declare scandir().
13   AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
15   AC_CHECK_FUNCS([scandir])
16   if test $ac_cv_func_scandir = no; then
17     HAVE_SCANDIR=0
18   fi
21 # Prerequisites of lib/scandir.c.
22 AC_DEFUN([gl_PREREQ_SCANDIR], [:])