Gimp/m4macros
Jehan 03ea9cac54 m4macros, plug-ins: run more accurately the "python2" interpreter.
Our configure test checks the presence of a Python2, but then uses
"python" as interpreter, which is a problem nowadays as the default
python is set to be Python 3 on some distributions (and this will be
more and more the case). So GIMP may end up trying to run our plug-ins
through Python 3 (which would fail) even if Python 2 is present.
Now AM_PATH_PYTHON2() m4 macro will set $PYTHON to a more accurate
Python version as priority.

Similarly let's use "python2" in the binfmt string for extension search.
2018-06-16 02:05:08 +02:00
..
.gitignore
alsa.m4
ax_compare_version.m4 configure.ac: require perl >= 5.10.0 2017-12-04 09:00:34 -05:00
ax_cxx_compile_stdcxx.m4 configure.ac: require a C++11 compiler 2018-04-04 17:49:46 -04:00
ax_gcc_func_attribute.m4 m4macros: add ax_gcc_func_attribute.m4 2017-06-01 16:00:14 -04:00
ax_prog_cc_for_build.m4 Bug 780270 - MinGW build fail on Windows (broken m4 macro). 2017-03-23 15:25:55 +01:00
ax_prog_perl_version.m4 configure.ac: require perl >= 5.10.0 2017-12-04 09:00:34 -05:00
binreloc.m4
detectcflags.m4 m4macros: make detectcflags.m4 more reliable 2015-11-08 01:04:16 +01:00
gimp-2.0.m4
Makefile.am configure.ac: require a C++11 compiler 2018-04-04 17:49:46 -04:00
pythondev.m4 m4macros, plug-ins: run more accurately the "python2" interpreter. 2018-06-16 02:05:08 +02:00