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

Autoreconf missing? #35

Closed
roadtripguy opened this issue Apr 17, 2021 · 2 comments
Closed

Autoreconf missing? #35

roadtripguy opened this issue Apr 17, 2021 · 2 comments

Comments

@roadtripguy
Copy link

I run the ./autogen.sh script and it returns an error saying it can't find autoreconf. When looking at the script it looks like it is trying to call autoreconf but it does not exist in this source.

I am not very familiar with Linux but I know enough to get around. So its possible I am doing something wrong. But I do not see this file in GitHub either

@glv2
Copy link
Owner

glv2 commented Apr 17, 2021

autoreconf is a program that you must install on your machine. Your GNU/Linux distribution should be have an autoconf package that you can install.

If you're using a Debian-like distribution, try:

apt install gcc binutils make autoconf automake autotools-dev

@glv2 glv2 closed this as completed Jul 21, 2021
@glv2 glv2 mentioned this issue Aug 19, 2021
@Lionsara
Copy link

thank you.

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