Add '--disable-doc' option#154
Conversation
mtkaczyk
left a comment
There was a problem hiding this comment.
I'm ok with the change, please fix issues and we can merge it.
Thanks!
eadf4b0 to
82510a7
Compare
|
one small nit- please add description to README.md. Thanks! |
|
@bigunclemax @mtkaczyk If possible I believe it would be good to keep the default behavior the same so that packagers could drop in a new release without requiring changes to the packaging itself. So in my opinion this should be something like |
Introduce a configure option to disable documentation installation in case if it is not required. Signed-off-by: Maksim Kiselev <bigunclemax@gmail.com>
82510a7 to
45b2c7e
Compare
For library we have: For doc we reversed it: So, unfortunately the default behavior will be different but I still preffer that than way you proposed because the alternative form supported by macro AC_ARG_ENABLE |
Introduce a configure option to disable documentation installation in case if it is not required.