oconfigure icon indicating copy to clipboard operation
oconfigure copied to clipboard

configuration script for portable, OpenBSD-oriented systems

Results 3 oconfigure issues
Sort by recently updated
recently updated
newest added

This probably needs further improvement, as checking for __linux__ as a proxy for the availability of memmem etc. or _GNU_SOURCE, is not exactly right. For the time being, just do...

This can be used in order to use llvm-ar, instead of GNU.

configure currently has a lot of `${HAVE_...} -eq 0 ]` if blocks, printing out header code for compats.c, to config.h. This is a lot of repetition, does not allow for...