You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After looking at other projects out there that use autotools, I suspect that I'm using it wrong and over engineering ZBatt: for example, I noted that some projects seem to make use of a config.h file that autotools produces that (I assume) contains information about missing functions, headers, and that kind of thing.
I think that if I were to make use of config.h that I might be able to get rid of things like compat.h and use fewer checks in configure.ac, but who knows: I'd just like to take sometime to look into this and ensure that I'm using autotools correctly.
The text was updated successfully, but these errors were encountered:
After looking at other projects out there that use autotools, I suspect that I'm using it wrong and over engineering ZBatt: for example, I noted that some projects seem to make use of a
config.h
file that autotools produces that (I assume) contains information about missing functions, headers, and that kind of thing.I think that if I were to make use of
config.h
that I might be able to get rid of things likecompat.h
and use fewer checks inconfigure.ac
, but who knows: I'd just like to take sometime to look into this and ensure that I'm using autotools correctly.The text was updated successfully, but these errors were encountered: