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

Ubuntu configure errors #25

Closed
ddugovic opened this issue Mar 12, 2021 · 2 comments
Closed

Ubuntu configure errors #25

ddugovic opened this issue Mar 12, 2021 · 2 comments

Comments

@ddugovic
Copy link

➜  arabica git:(main) autoreconf
configure.ac:8: error: required file './compile' not found
configure.ac:8:   'automake --add-missing' can install 'compile'
configure.ac:8: error: required file './ltmain.sh' not found
configure.ac:3: error: required file './missing' not found
configure.ac:3:   'automake --add-missing' can install 'missing'
parallel-tests: error: required file './test-driver' not found
parallel-tests:   'automake --add-missing' can install 'test-driver'
autoreconf: automake failed with exit status: 1
➜  arabica git:(main) ✗ automake --add-missing
configure.ac:8: installing './compile'
configure.ac:8: error: required file './ltmain.sh' not found
configure.ac:3: installing './missing'
parallel-tests: installing './test-driver'
➜  arabica git:(main) ✗ autoreconf
configure.ac:8: error: required file './ltmain.sh' not found
autoreconf: automake failed with exit status: 1
➜  arabica git:(main) ✗ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.10
Release:        20.10
Codename:       groovy
@jezhiggins
Copy link
Owner

Try running autoreconf --install - that should get you going.

@ddugovic
Copy link
Author

Thanks, I am now able to build this project.

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