-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to omit documentation at install #28
Comments
To @concatime: Could you please be more verbose: which configure option(s) do you need? you need to omit .h and doc files installation, right? |
Well, for my script which install nginx and components, When It's time to install libatomic_ops, I need headers (with pkgconfig) and shared libraries since nginx use your awesome library. |
Ok, I will add "--disable-docs" to configure. |
Awesome! |
Issue #28 (libatomic_ops). * Makefile.am (dist_doc_DATA): Define only if ENABLE_DOCS. * doc/Makefile.am (dist_doc_DATA): Likewise. * configure.ac (docs): New AC_ARG_ENABLE. * configure.ac (ENABLE_DOCS): New AM_CONDITIONAL.
Now it should work for you. Please test. |
I'm lost. There is no |
Well, looking into Travis, I was able to reproduce the steps. So, it seems to work perfectly.
It would be better for reading if it was like this: |
|
Then, if the name change to |
I agree. But I think this is the behavior of libtool. |
Oh, ok, not a real issue. I'm waiting for a release to add |
Issue #28 (libatomic_ops). * Makefile.am (dist_doc_DATA): Define only if ENABLE_DOCS. * doc/Makefile.am (dist_doc_DATA): Likewise. * configure.ac (docs): New AC_ARG_ENABLE. * configure.ac (ENABLE_DOCS): New AM_CONDITIONAL.
7.6.2 is released (https://github.com/ivmai/libatomic_ops/releases/tag/v7.6.2) |
Reported by @concatime (#27) : could you provide an option to install only shared libraries like here, it would be really useful for a lot of us.
The text was updated successfully, but these errors were encountered: