libexpat/expat/conftools
Sebastian Pipping 8829f5c3fd conftools: Fix regression with detection of -Wstrict-prototypes
The issue was that the code generated by AC_LANG_PROGRAM
produces warnings, and hence -Werror makes detection fail:

$ gcc -x c -Werror -Wstrict-prototypes - <<<'int main() {}'; echo $?
<stdin>:1:5: error: function declaration isn’t a prototype [-Werror=strict-prototypes]
cc1: all warnings being treated as errors
1
2020-03-20 05:35:57 +01:00
..
.gitignore started autotools usage overhaul with some configure.ac revision 2018-10-18 11:24:11 +02:00
ax-append-compile-flags.m4 added usage of more autoconf macros (from the autoconf marcros archive) 2018-10-18 12:54:28 +02:00
ax-append-flag.m4 added usage of more autoconf macros (from the autoconf marcros archive) 2018-10-18 12:54:28 +02:00
ax-append-link-flags.m4 more autoconf macros for linker flags 2018-10-18 13:06:14 +02:00
ax-check-compile-flag.m4 conftools: Fix regression with detection of -Wstrict-prototypes 2020-03-20 05:35:57 +01:00
ax-check-link-flag.m4 more autoconf macros for linker flags 2018-10-18 13:06:14 +02:00
ax-require-defined.m4 added usage of more autoconf macros (from the autoconf marcros archive) 2018-10-18 12:54:28 +02:00
expat.m4 Applied patch originating from Debian (http://svn.debian.org/wsvn/debian-xml-sgml/packages/expat/trunk/debian/patches/485129_fix_underquotation_in_m4.dpatch?op=file&rev=0&sc=0). 2009-01-18 21:26:13 +00:00
expatcfg-compiler-supports-visibility.m4 m4: Fix check for -fvisibility=hidden for Clang 2019-01-26 18:35:37 +01:00
get-version.sh conftools/get-version.sh: Fix unsafe expansions of $hdr 2017-06-29 17:00:36 +01:00
PrintPath Some typos corrected. 2006-04-07 20:29:26 +00:00