Re: [PATCH] autogen.sh errors from autoheader when python doesn't exist

2022-08-05 Thread Yasuhito FUTATSUKI
Hello, On 2022/08/03 23:36, Vincent Lefevre wrote: > When python doesn't exist (as opposed to python3), running autogen.sh > gives errors > > /usr/bin/env: ‘python’: Permission denied > > The autogen.sh script itself uses > > PYTHON="`./build/find_python.sh`" > > for the .py scripts it runs,

[PATCH] autogen.sh errors from autoheader when python doesn't exist

2022-08-03 Thread Vincent Lefevre
When python doesn't exist (as opposed to python3), running autogen.sh gives errors /usr/bin/env: ‘python’: Permission denied The autogen.sh script itself uses PYTHON="`./build/find_python.sh`" for the .py scripts it runs, but this is not sufficient for Python scripts run by