Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitede83e0

Browse files
committed
Document that configure --with-libxslt controls just /contrib/xml2.
Nikolay Samokhvalov
1 parent69500b0 commitede83e0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

‎configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ Optional Packages:
898898
--with-libedit-preferred prefer BSD Libedit over GNU Readline
899899
--with-ossp-uuid build with OSSP UUID library for UUID generation
900900
--with-libxml build with XML support
901-
--with-libxslt build with XSLT support
901+
--with-libxslt build/contrib/xml2with XSLT support
902902
--with-system-tzdata=DIR use system time zone data in DIR
903903
--without-zlib do not use Zlib
904904
--with-gnu-ld assume the C compiler uses GNU ld [default=no]

‎configure.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $PostgreSQL: pgsql/configure.in,v 1.532 2007/10/29 11:25:42mha Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.533 2007/11/04 18:10:42momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -600,8 +600,8 @@ AC_SUBST(with_libxml)
600600
#
601601
# XSLT
602602
#
603-
PGAC_ARG_BOOL(with, libxslt, no, [ --with-libxslt build with XSLT support],
604-
[AC_DEFINE([USE_LIBXSLT], 1, [Define to 1 to build with XSLT support. (--with-libxslt)])])
603+
PGAC_ARG_BOOL(with, libxslt, no, [ --with-libxslt build/contrib/xml2with XSLT support],
604+
[AC_DEFINE([USE_LIBXSLT], 1, [Define to 1 to build/contrib/xml2with XSLT support. (--with-libxslt)])])
605605

606606

607607
AC_SUBST(with_libxslt)

‎doc/src/sgml/installation.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.294 2007/10/06 15:50:43 alvherre Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.295 2007/11/04 18:10:42 momjian Exp $ -->
22

33
<chapter id="installation">
44
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -973,9 +973,9 @@ su - postgres
973973
<term><option>--with-libxslt</option></term>
974974
<listitem>
975975
<para>
976-
Buildwith libxslt. The<filename>contrib/xml2</>module
977-
relies on this library to perform Stylesheet transformations of
978-
XML.
976+
Build <filename>/contrib/xml2</>with libxslt.
977+
<filename>/contrib/xml2</>relies on this library to perform
978+
Stylesheet transformations ofXML.
979979
</para>
980980
</listitem>
981981
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp