forked from e16/e16
1
0
Fork 0
Commit Graph

6 Commits

Author SHA1 Message Date
Kim Woelders 49d9d22af8 Build with cast-align=strict, fix warnings 2023-10-24 14:43:50 +02:00
Kim Woelders a0c24a89af Fix C++ build
Apparently compiling with -x c++ does produce warnings about missing
items in designated initializers.
2022-04-24 11:39:50 +02:00
Kim Woelders 33a0c3e595 Fix obscure m4 problem
The line

  define(ec_c_compile_cpp, ifelse([$1], [cpp], [yes], [no]))

potentially caused weird problems later in configure.ac.
Using m4_define instead cured that.
So let's do define() -> m4_define() elsewhere too.
2020-05-05 22:41:37 +02:00
Kim Woelders 258d174ffa Autofoo cosmetics (AC_HELP_STRING -> AS_HELP_STRING). 2020-05-05 22:41:26 +02:00
Kim Woelders 0dbb2e6c88 Autofoo tweaks.
Rename CWARNFLAGS to CFLAGS_WARNINGS for consistency with pending
changes.
2014-12-16 23:11:34 +01:00
Kim Woelders b42aa48304 Autofoo macro cleanups.
- Eliminate use of obsolete AC_TRY_COMPILE.
- Changes names AC_/ac_ to EC_/ec_ to stay out of autoconf namespace.
2013-09-22 12:26:05 +02:00