From 1bd8f4f54fbddd4e6f193e63946b9c2b7fbb77d8 Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Tue, 25 Apr 2006 15:17:04 +0000 Subject: [PATCH] Make configure environment variable options without defaults not have an equals sign. --- doc/src/sgml/installation.sgml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 6938c917524..b153266e73b 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.254 2006/04/25 15:14:16 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.255 2006/04/25 15:17:04 momjian Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -1078,7 +1078,7 @@ su - postgres </varlistentry> <varlistentry> - <term><option>DOCBOOKSTYLE=<replaceable></></option></term> + <term><option>DOCBOOKSTYLE</option></term> <listitem> <para> Used for building the SGML documentation. @@ -1087,7 +1087,7 @@ su - postgres </varlistentry> <varlistentry> - <term><option>JADE=<replaceable></></option></term> + <term><option>JADE</option></term> <listitem> <para> Used for building the SGML documentation. @@ -1106,7 +1106,7 @@ su - postgres </varlistentry> <varlistentry> - <term><option>LDFLAGS_SL=<replaceable></></option></term> + <term><option>LDFLAGS_SL</option></term> <listitem> <para> Used for shared library linking. @@ -1125,7 +1125,7 @@ su - postgres </varlistentry> <varlistentry> - <term><option>MSGFMT=<replaceable></></option></term> + <term><option>MSGFMT</option></term> <listitem> <para> Used for Native Language Support (NLS). @@ -1134,7 +1134,7 @@ su - postgres </varlistentry> <varlistentry> - <term><option>MSGMERGE=<replaceable></></option></term> + <term><option>MSGMERGE</option></term> <listitem> <para> Used for Native Language Support (NLS). @@ -1143,7 +1143,7 @@ su - postgres </varlistentry> <varlistentry> - <term><option>NSGMLS=<replaceable></></option></term> + <term><option>NSGMLS</option></term> <listitem> <para> Used for building the SGML documentation. @@ -1163,7 +1163,7 @@ su - postgres </varlistentry> <varlistentry> - <term><option>PTHREAD_CC=<replaceable></></option></term> + <term><option>PTHREAD_CC</option></term> <listitem> <para> Used for adding thread-safety flags. @@ -1193,7 +1193,7 @@ su - postgres </varlistentry> <varlistentry> - <term><option>SGMLSPL=<replaceable></></option></term> + <term><option>SGMLSPL</option></term> <listitem> <para> Used for building the SGML documentation. -- GitLab