>>> "SK" == Stepan Kasal <[EMAIL PROTECTED]> writes:
SK> Hello,
SK> I think there was a consensus that manuals should consistently use full
SK> quoting in autoconf code.
Right. Let's clean this up.
2006-02-21 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* doc/automake.texi (Complete
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,