| commit | 38b6a0148f084402207f803bfb7dc98a5f107e58 | [log] [tgz] |
|---|---|---|
| author | Christian Göttsche <cgzones@googlemail.com> | Fri Jan 22 19:14:53 2021 +0100 |
| committer | Christian Göttsche <cgzones@googlemail.com> | Mon Jan 25 17:57:21 2021 +0100 |
| tree | 3cef1e27ad30d14297a4ae30de3ec8359fc4f0b0 | |
| parent | f3623b7880e9a04ed06d70fd4ca74f2d3496bbdc [diff] |
configure: misc modernizations - require autoconf version 2.69 was released in 2012 and one still can configure and build on older systems (just not generate the configure script) - use modern C99 compiler check - drop obsolete checks: AC_C_CONST, AC_FUNC_CLOSEDIR_VOID, AC_FUNC_STAT - drop AC_HEADER_STDBOOL in favor of C99 compatibility