GNU autotools based build - #8
Open
wookietreiber wants to merge 5 commits into
Open
Conversation
- builds/install with the standard procedure:
autoreconf -i
./configure
make
make install
- required autoconf version may be lowered (this is just the one I am
using), needs to be tested, though
- removes all included boost files, these need not to be redistributed,
but can / should be provided by the system (boost is pretty portable
and provided by the distros)
- includes the appropriate checks, boost libs are missing appropriate
functions to check
Author
|
This is also an opportunity to easily fix #3, since configure can pick up the external boost deps easily. |
Owner
|
Thanks, Christian, I've been planing to do this for a while! Sincerely, On 09/24/2014 07:23 AM, Christian Krause wrote:
|
Author
|
I just merged in your latest changes. Can you merge this PR or is there anything staying in the way of it? |
Author
|
This has been laying around for quite a while now. Is there any feedback? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
builds/install with the standard procedure:
required autoconf version may be lowered (this is just the one I am
using), needs to be tested, though
removes all included boost files, these need not to be redistributed,
but can / should be provided by the system (boost is pretty portable
and provided by the distros)
includes the appropriate checks, boost libs are missing appropriate
functions to check