gap-packages / io

GAP package IO to do input and output
https://gap-packages.github.io/io/
Other
14 stars 14 forks source link

configure.ac: more autoconf 2.70 compatibility work #99

Closed fingolfin closed 3 years ago

fingolfin commented 3 years ago

Drop a bunch of obsolete or simply unnecessary checks so that we don't require config.{guess,sub} (with autoconf <= 2.69 we also didn't need them, but that likely meant cross compilation was silently broken or at least buggy).

Also reformat the list of headers and functions to check for, by putting each on its own line and sorting alphabetically: that makes diffs much nicer when we add/remove anything to those lists.

codecov[bot] commented 3 years ago

Codecov Report

Merging #99 (b02d8f1) into master (1fb40de) will increase coverage by 0.43%. The diff coverage is n/a.

:exclamation: Current head b02d8f1 differs from pull request most recent head f50088d. Consider uploading reports for the commit f50088d to get more accurate results

@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
+ Coverage   61.19%   61.63%   +0.43%     
==========================================
  Files          15       15              
  Lines        4889     4945      +56     
==========================================
+ Hits         2992     3048      +56     
  Misses       1897     1897              
Impacted Files Coverage Δ
src/io.c 69.97% <0.00%> (+1.29%) :arrow_up: