diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2000-09-25 22:23:01 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2000-09-25 22:23:01 +0000 |
commit | f428d053ce075bafe1785d0ba7792f4eb92d93d5 (patch) | |
tree | 5a7e6981c0929343338ca0fa3de0f4e3e4702af1 /aclocal.m4 | |
parent | e353e73768e54c7e5cfd5a1d6e97e1f6315207bb (diff) | |
download | postgresql-f428d053ce075bafe1785d0ba7792f4eb92d93d5.tar.gz postgresql-f428d053ce075bafe1785d0ba7792f4eb92d93d5.zip |
Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error,
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.
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index e03245ad217..d37d1d959ca 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $Header: /cvsroot/pgsql/aclocal.m4,v 1.8 2000/09/21 20:17:41 petere Exp $ +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]) @@ -6,3 +6,4 @@ 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]) |