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
Mercury should support out of tree builds with the autotools build system where the build is separate from the source tree. The first issue I could see blocking this is that on line 204 of configure.ac there is the command . ./VERSION. This should be replaced by something like . "${srcdir}/VERSION". I am using the 13.05.1 release.
The text was updated successfully, but these errors were encountered:
This is a feature that I've wanted for a while, so I certainly agree that it
should be there and we should make some effort. Thanks for taking a quick
look but I suspect it will take a lot of work to make this happen. I'll
leave the ticket open and hopefully someone will have the time to work on
this.
Mercury should support out of tree builds with the autotools build system where the build is separate from the source tree. The first issue I could see blocking this is that on line 204 of
configure.ac
there is the command. ./VERSION
. This should be replaced by something like. "${srcdir}/VERSION"
. I am using the 13.05.1 release.The text was updated successfully, but these errors were encountered: