diff options
Diffstat (limited to 'extension/ChangeLog')
-rw-r--r-- | extension/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog index 49b156bc..5fd1757e 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -1,3 +1,16 @@ +2017-12-28 Arnold D. Robbins <arnold@skeeve.com> + + More configuration fixes, mainly for Fedora. Thanks to + Michal Jaegermann <michal.jnn@gmail.com> for the reports + and for validating. + + * configure.ac (AC_HEADER_MAJOR): Comment out, no longer works. + (sys/sysmacros.h, sys/mkdev.h): Check for header existence. + (fmod): Check with AC_SEARCH_LIB instead of AC_CHECK_FUNCS. + * filefuncs.c: Rework header inclusion checks and order so + that we get the `major' macro without warnings on Fedora. + * fnmatch.c: Ditto. + 2017-12-26 Arnold D. Robbins <arnold@skeeve.com> * gawkfts.c (fts_safe_changedir): Add check for path not null |