-
Notifications
You must be signed in to change notification settings - Fork 13.3k
support for GNU configure syntax #9565
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
Conversation
If we were to do this (I am not sure about that) I think we should eliminate the old syntax instead of having both old syntax and GNU syntax. |
cc me |
I agree that if we do this it should replace the existing options. I'm not sure the role of the other options besides Making this change will require some automation and documentation changes too. I guess I'm inclined to move in this direction for the sake of compatibility. Probably the way to do it is:
Anybody else have opinions? |
Compatibility is good. |
@brson I'm agreed, that will be much better. Will you take this task or will wait for me? I can try to do it ~next week. |
@Heather you can do it. |
|
Closing this temporarily to see if it un-sticks bors. |
It appears that this has ended up confusing bors, I think it's because you opened the pull request from the branch |
Yes, sorry, I usually use to break git repositories with rebasing and branch was broken so I recreated it on master on fork. |
Re-created: #9760 Now, without adding `pc-linux-gnu` platform Re-created: #9565 t will be useful for unix systems, some package managers and external tools that is passing / maybe looking for GNU configure syntax options. One of related bugs: #5138 Also that could be useful in future if project will really install man pages / other stuff using those variables.
It will be useful for unix systems, some package managers and external tools that is passing / maybe looking for GNU configure syntax options.
One of related bugs: #5138
Also that could be useful in future if project will really install man pages / other stuff using those variables.