Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upInstall autoconf@2.13 from main homebrew-core repo #573
Conversation
Homebrew has been making a number of changes towards improved support for installing multiple versions side by side. As part of this change, autoconf213 has been renamed to autoconf@2.13, and has been migrated from the `homebrew-versions` repository (which is being deprecatetd) to the `homebrew-core repository`, meaning `homebrew-versions` no longer needs to be tapped. Additionally, the improved side-by-side installation support means both versions cleanly install together, meaning the custom script to handle linking is no longer needed.
|
This breaking change by Homebrew means no PRs can be landed until this one is. |
|
@bors-servo r+ |
|
|
bors-servo
added a commit
that referenced
this pull request
Jan 5, 2017
… r=larsbergstrom Install autoconf@2.13 from main homebrew-core repo Homebrew has been making a number of changes towards improved support for installing multiple versions side by side. As part of this change, autoconf213 has been renamed to autoconf@2.13, and has been migrated from the `homebrew-versions` repository (which is being deprecatetd) to the `homebrew-core repository`, meaning `homebrew-versions` no longer needs to be tapped. Additionally, the improved side-by-side installation support means both versions cleanly install together, meaning the custom script to handle linking is no longer needed. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/573) <!-- Reviewable:end -->
|
|
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.
aneeshusa commentedJan 3, 2017
•
edited by larsbergstrom
Homebrew has been making a number of changes towards improved support
for installing multiple versions side by side. As part of this change,
autoconf213 has been renamed to autoconf@2.13,
and has been migrated from the
homebrew-versionsrepository(which is being deprecatetd) to the
homebrew-core repository,meaning
homebrew-versionsno longer needs to be tapped.Additionally, the improved side-by-side installation support means
both versions cleanly install together, meaning the custom script
to handle linking is no longer needed.
This change is