diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-28 20:15:50 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-28 20:15:50 +0200 |
commit | a89622fa57b3cf74e96b9f04c9cae897498155e9 (patch) | |
tree | a0da539681ce6fb82db92f799bfa28571ec7fa43 /extension/ChangeLog | |
parent | 9636262b44d59e5263a60e02f2ca1a22cff566b9 (diff) | |
download | egawk-a89622fa57b3cf74e96b9f04c9cae897498155e9.tar.gz egawk-a89622fa57b3cf74e96b9f04c9cae897498155e9.tar.bz2 egawk-a89622fa57b3cf74e96b9f04c9cae897498155e9.zip |
Get rid of GLIBC/compile warnings on Fedora in extension directory.
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 |