Hello,

I think there was a consensus that manuals should consistently use full
quoting in autoconf code.  So the following

> +AM_PATH_PYTHON(2.2)
...
>  AM_PATH_PYTHON(2.2,, :)

shall perhaps become

AM_PATH_PYTHON([2.2])
...
AM_PATH_PYTHON([2.2], [], [:])

What do you think?

Have a nice day,
        Stepan Kasal


Reply via email to