Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
ede83e04
Commit
ede83e04
authored
Nov 04, 2007
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document that configure --with-libxslt controls just /contrib/xml2.
Nikolay Samokhvalov
parent
69500b05
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
configure
configure
+1
-1
configure.in
configure.in
+3
-3
doc/src/sgml/installation.sgml
doc/src/sgml/installation.sgml
+4
-4
No files found.
configure
View file @
ede83e04
...
@@ -898,7 +898,7 @@ Optional Packages:
...
@@ -898,7 +898,7 @@ Optional Packages:
--with-libedit-preferred prefer BSD Libedit over GNU Readline
--with-libedit-preferred prefer BSD Libedit over GNU Readline
--with-ossp-uuid build with OSSP UUID library for UUID generation
--with-ossp-uuid build with OSSP UUID library for UUID generation
--with-libxml build with XML support
--with-libxml build with XML support
--with-libxslt build with XSLT support
--with-libxslt build
/contrib/xml2
with XSLT support
--with-system-tzdata=DIR use system time zone data in DIR
--with-system-tzdata=DIR use system time zone data in DIR
--without-zlib do not use Zlib
--without-zlib do not use Zlib
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
...
...
configure.in
View file @
ede83e04
dnl Process this file with autoconf to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.53
2 2007/10/29 11:25:42 mha
Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.53
3 2007/11/04 18:10:42 momjian
Exp $
dnl
dnl
dnl Developers, please strive to achieve this order:
dnl Developers, please strive to achieve this order:
dnl
dnl
...
@@ -600,8 +600,8 @@ AC_SUBST(with_libxml)
...
@@ -600,8 +600,8 @@ AC_SUBST(with_libxml)
#
#
# XSLT
# XSLT
#
#
PGAC_ARG_BOOL(with, libxslt, no, [ --with-libxslt build with XSLT support],
PGAC_ARG_BOOL(with, libxslt, no, [ --with-libxslt build
/contrib/xml2
with XSLT support],
[AC_DEFINE([USE_LIBXSLT], 1, [Define to 1 to build with XSLT support. (--with-libxslt)])])
[AC_DEFINE([USE_LIBXSLT], 1, [Define to 1 to build
/contrib/xml2
with XSLT support. (--with-libxslt)])])
AC_SUBST(with_libxslt)
AC_SUBST(with_libxslt)
...
...
doc/src/sgml/installation.sgml
View file @
ede83e04
<
!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.29
4 2007/10/06 15:50:43 alvherre
Exp $ -->
<
!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.29
5 2007/11/04 18:10:42 momjian
Exp $ -->
<
chapter
id
=
"installation"
>
<
chapter
id
=
"installation"
>
<
title
><
![%standalone-include[<productname>PostgreSQL</>]]>
<
title
><
![%standalone-include[<productname>PostgreSQL</>]]>
...
@@ -973,9 +973,9 @@ su - postgres
...
@@ -973,9 +973,9 @@ su - postgres
<
term
><
option
>--
with
-
libxslt
</
option
></
term
>
<
term
><
option
>--
with
-
libxslt
</
option
></
term
>
<
listitem
>
<
listitem
>
<
para
>
<
para
>
Build
with
libxslt
.
The
<
filename
>
contrib
/
xml2
</>
module
Build
<
filename
>/
contrib
/
xml2
</>
with
libxslt
.
relies
on
this
library
to
perform
Stylesheet
transformations
of
<
filename
>/
contrib
/
xml2
</>
relies
on
this
library
to
perform
XML
.
Stylesheet
transformations
of
XML
.
</
para
>
</
para
>
</
listitem
>
</
listitem
>
</
varlistentry
>
</
varlistentry
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment