Uh oh!
There was an error while loading. Please reload this page.
support for GNU configure syntax - #9565
Conversation
sanxiyn
commented
Sep 27, 2013
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. |
pnkfelix
commented
Sep 27, 2013
cc me |
brson
commented
Sep 27, 2013
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? |
steveklabnik
commented
Sep 28, 2013
Compatibility is good. |
Cynede
commented
Sep 28, 2013
@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. |
brson
commented
Oct 1, 2013
@Heather you can do it. |
Cynede
commented
Oct 2, 2013
|
alexcrichton
commented
Oct 7, 2013
Closing this temporarily to see if it un-sticks bors. |
alexcrichton
commented
Oct 7, 2013
It appears that this has ended up confusing bors, I think it's because you opened the pull request from the branch |
Cynede
commented
Oct 8, 2013
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.
9565: internal: document NameClass and NameRefClass r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
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.