[Python-Dev] Small configure typo?

Brett Cannon brett at python.org
Wed Feb 13 20:17:33 CET 2008


On Feb 13, 2008 9:24 AM, Jeroen Ruigrok van der Werven
<asmodai at in-nomine.org> wrote:
> With zsh when I try to autocomplete the ./configure options I get this:
>
> _arguments:comparguments:303: invalid option definition:
> --enable-universalsdk[SDKDIR][Build against Mac OS X 10.4u SDK (ppc/i386)]
>
> Should this be: --enable-universalsdk[=SDKDIR] ? (Note the = )
>

Thanks, Jeroen! That bug has been bothering me for ages but I could
never figure out what was upsetting zsh. Figures it was something
simple. =)

Fixed in r60765 on the trunk and r60766 for 2.5.

-Brett


> --
> Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
> イェルーン ラウフロック ヴァン デル ウェルヴェン
> http://www.in-nomine.org/ | http://www.rangaku.org/
> For wouldst thou not carve at my Soul with thine sword of Supreme Truth?
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: http://mail.python.org/mailman/options/python-dev/brett%40python.org
>


More information about the Python-Dev mailing list