Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 29af124

Browse files
author
Thomas G. Lockhart
committed
Fix markup and formatting.
1 parent 4a1efbc commit 29af124

File tree

1 file changed

+22
-16
lines changed

1 file changed

+22
-16
lines changed

doc/src/sgml/config.sgml

+22-16
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,32 @@ Features and packages:
3232
--with-template=<replaceable>template</replaceable>
3333
use operating system template file
3434
see template directory
35-
--with-includes=<replaceable>incdir</replaceable> site header files for tk/tcl, etc in DIR
36-
--with-libs=<replaceable>incdir</replaceable> also search for libraries in DIR
37-
--with-libraries=<replaceable>libdir</replaceable> also search for libraries in DIR
35+
--with-includes=<replaceable>incdir</replaceable>
36+
site header files for tk/tcl, etc in DIR
37+
--with-libs=<replaceable>incdir</replaceable>
38+
also search for libraries in DIR
39+
--with-libraries=<replaceable>libdir</replaceable>
40+
also search for libraries in DIR
3841
--enable-locale enable locale support
3942
--enable-recode enable cyrillic recode support
40-
--with-mb=<replaceable>encoding</replaceable> enable multi-byte support
41-
--with-pgport=<replaceable>portnum</replaceable> change default startup port
42-
--with-maxbackends=<replaceable>n</replaceable> set default maximum number of server processes
43+
--with-mb=<replaceable>encoding</replaceable>
44+
enable multi-byte support
45+
--with-pgport=<replaceable>portnum</replaceable>
46+
change default startup port
47+
--with-maxbackends=<replaceable>n</replaceable>
48+
set default maximum number of server processes
4349
--with-tcl build Tcl interfaces and pgtclsh
44-
--with-tclconfig=<replaceable>tcldir</replaceable> tclConfig.sh and tkConfig.sh are in DIR
50+
--with-tclconfig=<replaceable>tcldir</replaceable>
51+
tclConfig.sh and tkConfig.sh are in DIR
4552
--with-perl build Perl interface
4653
--with-odbc build ODBC driver package
47-
--with-odbcinst=<replaceable>odbcdir</replaceable> change default directory for odbcinst.ini
54+
--with-odbcinst=<replaceable>odbcdir</replaceable>
55+
change default directory for odbcinst.ini
4856
--enable-cassert enable assertion checks (debugging)
49-
--with-CC=<replaceable>compiler</replaceable> use specific C compiler
50-
--with-CXX=<replaceable>compiler</replaceable> use specific C++ compiler
57+
--with-CC=<replaceable>compiler</replaceable>
58+
use specific C compiler
59+
--with-CXX=<replaceable>compiler</replaceable>
60+
use specific C++ compiler
5161
--without-CXX prevent building C++ code
5262
</programlisting>
5363
</para>
@@ -218,14 +228,10 @@ Features and packages:
218228

219229
<programlisting>
220230
# Makefile.custom
221-
# Thomas Lockhart 1998-03-01
231+
# Thomas Lockhart 1999-06-01
222232

223233
POSTGRESDIR= /opt/postgres/current
224-
CFLAGS+= -m486 # -g -O0
225-
USE_TCL= true
226-
TCL_LIB= -ltcl
227-
X_LIBS= -L/usr/X11/lib
228-
TK_LIB= -ltk
234+
CFLAGS+= -m486 -O2
229235

230236
# documentation
231237

0 commit comments

Comments
 (0)