vlc/m4
Alexandre Janniaux 784c324571 configure: check typeof on C++ compilers
C compilers can have GNU extensions to support typeof in C code, but
some C++ compilers like clang are removing the builtin since decltype
can be used in C++ without the constraints from typeof. Decltype is not
100% equivalent for this reason: references will be kept in the returned
type.

The check in m4/typeof.m4 comes from graydon/monotone and dovecot/core
and was slightly modified to namespace the define for C++ code.
2022-05-21 15:17:00 +00:00
..
.gitignore Remove unused private.m4 2017-01-22 16:48:09 +02:00
Makefile.am gettext: remove stray old m4 files 2022-02-01 17:26:37 +00:00
ax_append_compile_flags.m4 configure: refactor RDC_PROG_{CC, CXX}_FLAGS with AX_APPEND_COMPILE_FLAGS 2017-08-28 13:32:40 +02:00
ax_append_flag.m4 configure: refactor RDC_PROG_{CC, CXX}_FLAGS with AX_APPEND_COMPILE_FLAGS 2017-08-28 13:32:40 +02:00
ax_check_compile_flag.m4 configure: refactor RDC_PROG_{CC, CXX}_FLAGS with AX_APPEND_COMPILE_FLAGS 2017-08-28 13:32:40 +02:00
ax_require_defined.m4 configure: refactor RDC_PROG_{CC, CXX}_FLAGS with AX_APPEND_COMPILE_FLAGS 2017-08-28 13:32:40 +02:00
c11.m4 configure: test and enable C11 where available 2015-06-22 00:10:48 +03:00
dolt.m4 nacl: remove deprecated platform 2021-09-16 16:46:02 +00:00
gettext.m4 m4: fix gettext detection on macOS 2022-04-22 15:57:44 +00:00
host-cpu-c-abi.m4 m4: host-cpu-c-abi: add missing m4 from gnulib 2022-01-28 19:09:09 +00:00
iconv.m4 gettext: update to 0.21 2022-01-22 08:24:11 +00:00
intlmacosx.m4 gettext: update to 0.21 2022-01-22 08:24:11 +00:00
lib-ld.m4 gettext: update to 0.21 2022-01-22 08:24:11 +00:00
lib-link.m4 gettext: update to 0.21 2022-01-22 08:24:11 +00:00
lib-prefix.m4 gettext: update to 0.21 2022-01-22 08:24:11 +00:00
nls.m4 gettext: update to 0.21 2022-01-22 08:24:11 +00:00
po.m4 gettext: update to 0.21 2022-01-22 08:24:11 +00:00
progtest.m4 gettext: update to 0.21 2022-01-22 08:24:11 +00:00
stdcxx_14.m4 configure.ac: Bump required C++ version to 14 2019-04-04 10:31:17 +02:00
typeof.m4 configure: check typeof on C++ compilers 2022-05-21 15:17:00 +00:00
vlc.m4 build: create a macro to check for, and replace, possibly-inline functions. 2015-03-16 19:21:42 +02:00
with_pkg.m4 m4: with_pkg: fix PKG_HAVE_WITH_MODULES macro 2021-03-04 19:47:48 +01:00