1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00
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
ax_append_compile_flags.m4
ax_append_flag.m4
ax_check_compile_flag.m4
ax_require_defined.m4
c11.m4
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
Makefile.am gettext: remove stray old m4 files 2022-02-01 17:26:37 +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
typeof.m4 configure: check typeof on C++ compilers 2022-05-21 15:17:00 +00:00
vlc.m4
with_pkg.m4