7a66015e98
Allow additional thread flags to be added via port templates. Change thread flag names to PTHREAD_CFLAGS and PTHREAD_LIBS to match new configure script.
13 lines
445 B
Plaintext
13 lines
445 B
Plaintext
dnl $PostgreSQL: pgsql/aclocal.m4,v 1.18 2004/04/23 18:15:47 momjian Exp $
|
|
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/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])
|