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
README.md says you can build vorbis from master like this:
./autogen.sh ./configure make
However, autogen.sh already runs configure at the end:
autogen.sh
configure
... $srcdir/configure --enable-maintainer-mode "$@" && echo
The text was updated successfully, but these errors were encountered:
This doesn't seem to be true, I had to run configure separately after running autogen.
Sorry, something went wrong.
autogen.sh used to look different: 4729a15
This issue seems to be fixed now!
No branches or pull requests
README.md says you can build vorbis from master like this:
However,
autogen.sh
already runsconfigure
at the end:The text was updated successfully, but these errors were encountered: