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

Angstrom: aclocal-1.14: command not found #47

Open
fl4p opened this issue Jan 31, 2016 · 2 comments
Open

Angstrom: aclocal-1.14: command not found #47

fl4p opened this issue Jan 31, 2016 · 2 comments

Comments

@fl4p
Copy link

fl4p commented Jan 31, 2016

On Angstrom Linux it would't make:

# make
CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.14 -Im4
/bin/sh: aclocal-1.14: command not found
make: *** [aclocal.m4] Error 127

To fix this I had to add these symlinks:

# ln /usr/bin/automake /usr/bin/automake-1.14
# ln /usr/bin/aclocal /usr/bin/aclocal-1.14

I'm not very familiar to autotools, so don't know how to fix this properly.

@marcusmueller
Copy link

@f4bsch can you try #56 ? I think it should get you around that hurdle.

@gson1703
Copy link

gson1703 commented Jul 4, 2017

I'm having the same issue on Debian 9.

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

3 participants