Revert "configure: allow building with python3"
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 24 Aug 2018 10:14:15 +0000 (11:14 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 24 Aug 2018 10:14:15 +0000 (11:14 +0100)
commitcff80b6c153661ed40a207815a3d3a132daae656
tree9942a8361e0d4d7662af8e782c21388a725880b1
parent7a4d2d1fdf3fd6dd79cda971b5b3669fc7fbc729
Revert "configure: allow building with python3"

This reverts commit ae7898dfdbe5c8dab7d11c71862353f1ae43feb0.

Turns out the python scripts are _not_ fully python 3 compatible.
As Ilia reported using get_xmlpool.py with LANG=C produces some weird
output - see the link for details.

Even though the issue was spotted with the autoconf build, it exposes a
genuine problem with the script (and lack of lang handling of the meson
build.)

https://lists.freedesktop.org/archives/mesa-dev/2018-August/203508.html
27 files changed:
configure.ac
m4/ax_check_python_mako_module.m4
src/Makefile.am
src/amd/Makefile.common.am
src/amd/vulkan/Makefile.am
src/broadcom/Makefile.am
src/compiler/Makefile.am
src/compiler/Makefile.glsl.am
src/compiler/glsl/glcpp/tests/glcpp-test.sh
src/compiler/glsl/tests/optimization-test.sh
src/compiler/glsl/tests/warnings-test.sh
src/egl/Makefile.am
src/gallium/auxiliary/Makefile.am
src/gallium/drivers/freedreno/Makefile.am
src/gallium/drivers/r600/Makefile.am
src/gallium/drivers/radeonsi/Makefile.am
src/gallium/drivers/swr/Makefile.am
src/intel/Makefile.am
src/intel/Makefile.compiler.am
src/intel/Makefile.vulkan.am
src/mapi/Makefile.am
src/mapi/glapi/gen/Makefile.am
src/mesa/Makefile.am
src/mesa/drivers/dri/i965/Makefile.am
src/util/Makefile.am
src/util/xmlpool/Makefile.am
src/vulkan/Makefile.am