mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
f428d053ce
add --without-tk option to disable Tk. We don't need the AC_PATH_XTRA test because tkConfig.sh already contains all the information about how to compile and link with X. Also make sure that libpq is up to date for libpgtcl. Remove executable bits from pgaccess.sh, but add it to pgaccess.
10 lines
411 B
Plaintext
10 lines
411 B
Plaintext
dnl $Header: /cvsroot/pgsql/aclocal.m4,v 1.9 2000/09/25 22:22:52 petere Exp $
|
|
builtin([include], [config/ac_func_accept_argtypes.m4])
|
|
builtin([include], [config/c-compiler.m4])
|
|
builtin([include], [config/c-library.m4])
|
|
builtin([include], [config/cxx.m4])
|
|
builtin([include], [config/general.m4])
|
|
builtin([include], [config/programs.m4])
|
|
builtin([include], [config/python.m4])
|
|
builtin([include], [config/tcl.m4])
|