dynare/m4
Sébastien Villemot 3d6f86c234
Build system: fix detection of SLICOT for MATLAB on RHEL
The MATLAB_CFLAGS variable was not injected when testing for the presence of
libslicot64_pic. In particular, on GNU/Linux system, this means that the -fPIC
flag was not injected when doing the test. This was not a problem on Debian,
where GCC now enables -fPIC by default. But this would fail on RHEL, where
-fPIC is not enabled by default.

By the way:
— rename ac_save_* variables to my_save_*, to avoid conflicts with internal
  autoconf variables;
— do not inject “$(mkoctfile -p LFLAGS)” into LDFLAGS when testing for SLICOT
  under Octave; this is no longer necessary, since those flags are already
  injected at the beginning of mex/build/octave/configure.ac.
2021-09-02 17:14:01 +02:00
..
ax_blas.m4 Build system: update m4 macros from autoconf-archive 2021-05-10 14:55:34 +02:00
ax_compare_version.m4 Update m4 macros from autoconf-archive 2019-04-04 16:40:31 +02:00
ax_cxx11_thread.m4 Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
ax_cxx_compile_stdcxx.m4 Build system: update m4 macros from autoconf-archive 2021-05-10 14:55:34 +02:00
ax_cxx_compile_stdcxx_17.m4 Bump to C++17 2019-09-11 15:06:12 +02:00
ax_gsl.m4 Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
ax_lapack.m4 Build system: update m4 macros from autoconf-archive 2021-05-10 14:55:34 +02:00
ax_latex_class.m4 Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
ax_latex_test.m4 Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
ax_matio.m4 Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
ax_matlab.m4 Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
ax_matlab_arch.m4 Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
ax_matlab_batch_options.m4 Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
ax_matlab_version.m4 Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
ax_mexext.m4 Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
ax_mexopts.m4 Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
ax_octave.m4 Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
ax_prog_ln_s.m4 Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
ax_slicot.m4 Build system: fix detection of SLICOT for MATLAB on RHEL 2021-09-02 17:14:01 +02:00