bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AM_PATH_PYTHON bug


From: Alexandre Duret-Lutz
Subject: Re: AM_PATH_PYTHON bug
Date: Thu, 04 Nov 2004 23:03:38 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

>>> "Stepan" == Stepan Kasal <address@hidden> writes:

 Stepan> Hello,
 Stepan> I looked at aclocal-1.9/m4/python.m4 and saw a bug.  

I believe you are confusing AC_PATH_PROGS with AC_PATH_PROG.
Otherwise please do explain what the bug is.

[...]

 Stepan> -    if test -z "$PYTHON"; then
 Stepan> -      PYTHON=:
 Stepan> -      AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST)
 Stepan> -    fi
 Stepan> +    AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST)

Cannot be OK since `:' is tested for later on.
-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]