We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
➜ 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
The text was updated successfully, but these errors were encountered:
Try running autoreconf --install - that should get you going.
autoreconf --install
Sorry, something went wrong.
Thanks, I am now able to build this project.
No branches or pull requests
The text was updated successfully, but these errors were encountered: