gimp/m4macros
Jehan 42b13216fc 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.

(cherry picked from commit 03ea9cac54)
2018-06-16 02:07:02 +02:00
..
.gitignore Add AC_CONFIG_MACRO_DIR() to configure.ac as suggested by libtoolize 2010-02-01 00:09:11 +01:00
Makefile.am m4macros: forgot 2.0 -> 3.0 here 2018-05-29 10:14:58 +02:00
alsa.m4 split out into separate files... 2005-06-24 21:17:57 +00:00
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 introduce automake conditional USE_BINRELOC. 2006-02-19 17:44:57 +00:00
detectcflags.m4 m4macros: make detectcflags.m4 more reliable 2015-11-08 01:04:16 +01:00
gimp-3.0.m4 m4macros: forgot 2.0 -> 3.0 here 2018-05-29 10:14:58 +02:00
pythondev.m4 m4macros, plug-ins: run more accurately the "python2" interpreter. 2018-06-16 02:07:02 +02:00