Meteorix

Results 3 issues of Meteorix

fix detection for python27 in configure.ac

You can use docker to build pyflame ```bash sudo docker build --tag pyflame . sudo docker run -it -v $(pwd):/root/pyflame pyflame /bin/bash -c "cd /root/pyflame;./autogen.sh;./configure;make" ``` This will also produce...