Skip to content
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

Make install ignores $PREFIX #43

Open
alemuller opened this issue Sep 11, 2019 · 1 comment
Open

Make install ignores $PREFIX #43

alemuller opened this issue Sep 11, 2019 · 1 comment

Comments

@alemuller
Copy link

alemuller commented Sep 11, 2019

The Makefile script doesn't use $PREFIX when I use make install, instead, it tries to install on /usr/local/.

It seems it can be fixed changing ac_default_prefix in configure to ${PREFIX:-/usr/local}.

@harenome
Copy link
Collaborator

Hi,

For projects which rely on the autotools, the recommended way to specify the installation path is to use the --prefix option of the configure script as follows:

$ configure --prefix=<your_installation_path>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants