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

autogen.sh doesn't recognize glibtool located anywhere other than /usr/bin #43

Closed
mdavid opened this issue Dec 1, 2012 · 1 comment
Closed
Assignees

Comments

@mdavid
Copy link
Member

mdavid commented Dec 1, 2012

When using a version of glibtool that is located anywhere other than /usr/bin, autogen.sh errors out with specifying libtool is not installed.

@ghost ghost assigned mdavid Dec 1, 2012
skinkie added a commit that referenced this issue Dec 1, 2012
…-macos-x

Fix for Issue #43: checks for the existence of glibtool using hash rather than testing for the hardcoded path /usr/bin/glibtool. This ensures that glibtool and glibtoolize that are not located in /usr/bin (e.g. /usr/local/bin) can be found as long as their root folder is contained in the $PATH environment variable.

Thanks mdavid!
@mdavid
Copy link
Member Author

mdavid commented Dec 1, 2012

Fix included in e43de1b and merged into trunk by @skinkie via pull request #44.

@mdavid mdavid closed this as completed Dec 1, 2012
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

1 participant