comparison 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
comparison
equal deleted inserted replaced
23982:3706091dc91c 23983:3a07616e660b
65 opendir 65 opendir
66 pipe-posix 66 pipe-posix
67 progname 67 progname
68 putenv 68 putenv
69 readdir 69 readdir
70 rewinddir
70 rmdir 71 rmdir
71 select 72 select
72 sigaction 73 sigaction
73 signal 74 signal
74 sigprocmask 75 sigprocmask