OSDN Git Service

Document that configure --with-libxslt controls just /contrib/xml2.
authorBruce Momjian <bruce@momjian.us>
Sun, 4 Nov 2007 18:10:42 +0000 (18:10 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 4 Nov 2007 18:10:42 +0000 (18:10 +0000)
Nikolay Samokhvalov

configure
configure.in
doc/src/sgml/installation.sgml

index a7d67b5..715a01c 100755 (executable)
--- a/configure
+++ b/configure
@@ -898,7 +898,7 @@ Optional Packages:
   --with-libedit-preferred  prefer BSD Libedit over GNU Readline
   --with-ossp-uuid        build with OSSP UUID library for UUID generation
   --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
   --without-zlib          do not use Zlib
   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
index 4ae9aaa..0da6ede 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-dnl $PostgreSQL: pgsql/configure.in,v 1.532 2007/10/29 11:25:42 mha Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.533 2007/11/04 18:10:42 momjian Exp $
 dnl
 dnl Developers, please strive to achieve this order:
 dnl
@@ -600,8 +600,8 @@ AC_SUBST(with_libxml)
 #
 # XSLT
 #
-PGAC_ARG_BOOL(with, libxslt, no, [  --with-libxslt          build with XSLT support],
-              [AC_DEFINE([USE_LIBXSLT], 1, [Define to 1 to build with XSLT support. (--with-libxslt)])])
+PGAC_ARG_BOOL(with, libxslt, no, [  --with-libxslt          build /contrib/xml2 with XSLT support],
+              [AC_DEFINE([USE_LIBXSLT], 1, [Define to 1 to build /contrib/xml2 with XSLT support. (--with-libxslt)])])
 
 
 AC_SUBST(with_libxslt)
index 62a1d8e..5d55481 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.294 2007/10/06 15:50:43 alvherre Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.295 2007/11/04 18:10:42 momjian Exp $ -->
 
 <chapter id="installation">
  <title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -973,9 +973,9 @@ su - postgres
        <term><option>--with-libxslt</option></term>
        <listitem>
         <para>
-         Build with libxslt. The <filename>contrib/xml2</> module 
-         relies on this library to perform Stylesheet transformations of
-         XML. 
+         Build <filename>/contrib/xml2</> with libxslt.
+         <filename>/contrib/xml2</> relies on this library to perform
+         Stylesheet transformations of XML.
         </para>
        </listitem>
       </varlistentry>