diff bootstrap.conf @ 23983:3a07616e660b

eliminate custom checks for dirent library (bug #51830) We get dirent.h and the functions it provides from gnulib. * configure.ac: Don't call AC_HEADER_DIRENT. Eliminate checks for dirent library on Windows systems. * bootstrap.conf (gnulib_modules): Also include rewinddir in the list.
author John W. Eaton <jwe@octave.org>
date Thu, 31 Aug 2017 18:06:38 -0400
parents 4d11ada80395
children 49e37560e0fe
line wrap: on
line diff
--- a/bootstrap.conf	Thu Aug 31 15:38:31 2017 -0700
+++ b/bootstrap.conf	Thu Aug 31 18:06:38 2017 -0400
@@ -67,6 +67,7 @@
   progname
   putenv
   readdir
+  rewinddir
   rmdir
   select
   sigaction