> The underscore thing though — I think it’s a bad idea to mix `-` and `_`; > —enable-golang_tools just isn’t a good idea IMHO. :-) > > Do you need _tools? Could it just be —enable-golang?
I agree, I don't like mixing the '-' and '_'. From what I could tell, that was how the other options were named in tools/configure.ac and Tools.mk.in (unless I missed a way to tell the --enable flag to just use '-'), so I went with that. I can just do --enable-golang, but I was trying to make it a bit more descriptive if possible. -NR