Clarify the documentation of the --with-ossp-uuid option
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 22 May 2011 11:29:36 +0000 (14:29 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 22 May 2011 11:29:36 +0000 (14:29 +0300)
configure
configure.in
doc/src/sgml/installation.sgml

index fc37715cd0eb8abc28f3bc292785cf75ba28168e..45dbf16ee95d24c4ac8f9d66a34da16dac710a5e 100755 (executable)
--- a/configure
+++ b/configure
@@ -1539,8 +1539,7 @@ Optional Packages:
   --without-readline      do not use GNU Readline nor BSD Libedit for editing
   --with-libedit-preferred
                           prefer BSD Libedit over GNU Readline
-  --with-ossp-uuid        use OSSP UUID library when building
-                          contrib/uuid-ossp
+  --with-ossp-uuid        build contrib/uuid-ossp, requires OSSP UUID library
   --with-libxml           build with XML support
   --with-libxslt          use XSLT support when building contrib/xml2
   --with-system-tzdata=DIR
index 0a85a05641fa236d342858d7a84118e0eb48f016..f7177db71efd13c90aa13e50ca43f2fff3608898 100644 (file)
@@ -713,7 +713,7 @@ PGAC_ARG_BOOL(with, libedit-preferred, no,
 #
 # OSSP UUID library
 #
-PGAC_ARG_BOOL(with, ossp-uuid, no, [use OSSP UUID library when building contrib/uuid-ossp])
+PGAC_ARG_BOOL(with, ossp-uuid, no, [build contrib/uuid-ossp, requires OSSP UUID library])
 AC_SUBST(with_ossp_uuid)
 
 
index 61e34126c0a3152aeb8779bc6322e0fb1db3a9c7..0410cff4aca686dfd5e4d44e26e355df52ed5575 100644 (file)
@@ -861,11 +861,12 @@ su - postgres
        <term><option>--with-ossp-uuid</option></term>
        <listitem>
         <para>
-         Use the <ulink url="http://www.ossp.org/pkg/lib/uuid/">OSSP UUID
-         library</ulink> when building the
+         Build components using the <ulink
+         url="http://www.ossp.org/pkg/lib/uuid/">OSSP UUID
+         library</ulink>.  Specifically, build the
          <![%standalone-include[uuid-ossp]]>
-         <![%standalone-ignore[<xref linkend="uuid-ossp">]]>
-         module.  The library provides functions to generate
+         <![%standalone-ignore[<xref linkend="uuid-ossp">]]> module,
+         which provides functions to generate
          UUIDs.<indexterm><primary>UUID</primary></indexterm>
         </para>
        </listitem>