mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
Back-port commit 16fbac39f
into 9.3 and 9.2, so that these
out-of-support branches can be built with clang without wading
through a pile of warnings about strlcpy and related functions.
check_decls.m4 required some adaptation to work with autoconf 2.63,
but nothing too major.
Discussion: https://postgr.es/m/26819.1542515567@sss.pgh.pa.us
Discussion: https://postgr.es/m/1081321.1663775084@sss.pgh.pa.us
14 lines
421 B
Plaintext
14 lines
421 B
Plaintext
dnl aclocal.m4
|
|
m4_include([config/ac_func_accept_argtypes.m4])
|
|
m4_include([config/acx_pthread.m4])
|
|
m4_include([config/c-compiler.m4])
|
|
m4_include([config/c-library.m4])
|
|
m4_include([config/check_decls.m4])
|
|
m4_include([config/docbook.m4])
|
|
m4_include([config/general.m4])
|
|
m4_include([config/libtool.m4])
|
|
m4_include([config/perl.m4])
|
|
m4_include([config/programs.m4])
|
|
m4_include([config/python.m4])
|
|
m4_include([config/tcl.m4])
|