aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2000-09-25 22:52:49 +0000
committerPeter Eisentraut <peter_e@gmx.net>2000-09-25 22:52:49 +0000
commita279ced8847b678b92287f02447423ff578d45a1 (patch)
treeb726dab6b743c5b51f68973ba5980166de5cd497
parentc0cba9efe76ae7ca743e2f293280a0bcd693a23a (diff)
downloadpostgresql-a279ced8847b678b92287f02447423ff578d45a1.tar.gz
postgresql-a279ced8847b678b92287f02447423ff578d45a1.zip
document configure --without-tk
-rw-r--r--doc/src/sgml/installation.sgml15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 94215a6b3a2..9e7a82b2d63 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -1,4 +1,4 @@
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.18 2000/09/17 20:35:27 petere Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.19 2000/09/25 22:52:49 petere Exp $ -->
<chapter id="installation">
<title><![%flattext-install-include[<productname>PostgreSQL</> ]]>Installation Instructions</title>
@@ -515,19 +515,20 @@ su - postgres
<term>--with-tcl</term>
<listitem>
<para>
- Builds components that require Tcl, which are libpgtcl,
- pgtclsh, and PL/Tcl.
+ Builds components that require Tcl/Tk, which are libpgtcl,
+ pgtclsh, pgtksh, pgaccess, and PL/Tcl. But see below about
+ <option>--without-tk</>.
</para>
</listitem>
</varlistentry>
<varlistentry>
- <term>--with-x</term>
+ <term>--without-tk</term>
<listitem>
<para>
- Use the X Window System. If you specified --with-tcl then this
- will enable the build of modules requiring Tcl/Tk, that is,
- pgtksh and pgaccess.
+ If you specify <option>--with-tcl</> and this option, then
+ programs that require <productname>Tk</> (i.e., pgtksh and pgaccess)
+ will be excluded.
</para>
</listitem>
</varlistentry>