eellak / build-recorder

GNU Lesser General Public License v2.1
25 stars 8 forks source link

configure.ac: Check everything. #211

Closed fvalasiad closed 1 year ago

fvalasiad commented 1 year ago

Closes #177

fvalasiad commented 1 year ago

I took the issue's title literally!

fvalasiad commented 1 year ago

Of course #177 talks about using the outcome of the tests to modify the code, but this can come at a later stage.

I mean, not everything should be an error if it's missing. For example #if HAVE_MMAP ... mmap()

Yep! I also thought about that! But as you mentioned this can come at a later stage.

If someone tries to build it and faces issues, we will be there and deal with em by introducing additional checks if necessary.

fvalasiad commented 1 year ago

@zvr Also, what do I go for next? Open an appropriate issue or pinpoint one of my own so I know what to target next and avoid working on PRs that won't be merged anytime soon.