Gimp/m4macros
Jehan 6645cc7ba5 app, libgimpbase: --enable-relocatable-bundle replaces --enable-binreloc
Older --enable-binreloc configure option had basically the same purpose
as the newer --enable-relocatable-bundle, though the old binreloc was
only used for gimpenv.c code.
As a consequence, commit 10ce702188 was still not working fine since
gimp_installation_directory_file() also need binreloc enabled (to be
actually relocatable).

Let's get rid of this whole mess, by implying we want binreloc code to
be used when --enable-relocatable-bundle is ON. We don't need the
m4macros anymore, since AM_BINRELOC was basically just checking that
`/proc/self/maps` was present. But anyway being present at compile time
does not mean it will be at runtime (nor the opposite). So this test is
not that useful. The binreloc code will anyway fallback gracefully to
the non-binreloc code (i.e. trying to use build-time install paths) if
the procfs is lacking at runtime.

(cherry picked from commit 4d84c1d7ee)
2019-02-07 14:56:26 +01: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
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