autotools: build updates

Ensure things build with autotools, too.
This commit is contained in:
Dirk-Jan C. Binnema
2022-03-26 17:16:46 +02:00
parent 37988b5a26
commit 03993b93b2
11 changed files with 37 additions and 43 deletions

View File

@ -42,11 +42,12 @@ AC_PROG_CC_C99
AC_PROG_INSTALL
AC_HEADER_STDC
extra_flags="-Wformat-security \
-Wstack-protector \
-Wstack-protector-all \
-Wno-cast-function-type \
-Wno-bad-function-cast"
extra_flags="-Wformat-security \
-Wstack-protector \
-Wstack-protector-all \
-Wno-cast-function-type \
-Wno-bad-function-cast \
-Wno-switch-enum"
AX_CXX_COMPILE_STDCXX_17
AX_COMPILER_FLAGS_CXXFLAGS([],[],[${extra_cflags}])
@ -276,6 +277,7 @@ mu/Makefile
lib/Makefile
lib/doxyfile
lib/utils/Makefile
lib/message/Makefile
lib/index/Makefile
mu4e/Makefile
mu4e/mu4e-meta.el