Hi Bruno,

On 3/12/24 9:52 AM, Bruno Haible wrote:
> It works well in this case. But it becomes hairy when, in the mixed
> autoconf/shell code that is emitted, there is a shell variable reference
>   ${foo}
> because Python will interpret this as a reference to the Python variable
> foo. Fortunately, in most cases, we write $foo rather than ${foo}.

Yeah, I can see that becoming an issue. Some areas the backslashes get
confusing as well. I had to run the test case a few times to convince
myself I got it correct...

Collin

Reply via email to