I need to get the shell equivalent of
export PYTHONHTTPSVERIFY=0
to work in an autotools .am file, but can't get it working. I currently have this declaration in my Makefile.am file:
PYTHONHTTPSVERIFY=0
but when the build runs it is not behaving as though that variable is set as an environment variable. Can anyone advise on what the correct syntax is?