Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Autotools plugin: Support installing via prefix. #351
Conversation
|
|
|
The problem with |
|
|
kyrofa
referenced this pull request
Feb 29, 2016
Merged
Backport to 1.x: Autotools plugin: Support installing via prefix. #352
added a commit
that referenced
this pull request
Mar 1, 2016
sergiusens
merged commit aae4e85
into
snapcore:master
Mar 1, 2016
kyrofa
deleted the
kyrofa:feature/1544629/autotools_support_install_via_prefix
branch
Mar 1, 2016
pushed a commit
to kalikiana/snapcraft
that referenced
this pull request
Apr 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kyrofa commentedFeb 29, 2016
Currently autotools installs via DESTDIR, but not all autotools projects work that way. This PR fixes LP: #1544629 by adding a config option that enables the prefix to be used instead.