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

configure is redundant in build instructions #28

Closed
tzahola opened this issue Sep 15, 2017 · 2 comments
Closed

configure is redundant in build instructions #28

tzahola opened this issue Sep 15, 2017 · 2 comments

Comments

@tzahola
Copy link

tzahola commented Sep 15, 2017

README.md says you can build vorbis from master like this:

./autogen.sh
./configure
make

However, autogen.sh already runs configure at the end:

...
$srcdir/configure --enable-maintainer-mode "$@" && echo
@hashimaziz1
Copy link

This doesn't seem to be true, I had to run configure separately after running autogen.

@tzahola
Copy link
Author

tzahola commented Apr 3, 2019

autogen.sh used to look different: 4729a15

This issue seems to be fixed now!

@tzahola tzahola closed this as completed Apr 3, 2019
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