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

Commit51ad178

Browse files
committed
Clarify the documentation of the --with-ossp-uuid option
1 parent8932e28 commit51ad178

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

‎configure

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1539,8 +1539,7 @@ Optional Packages:
15391539
--without-readline do not use GNU Readline nor BSD Libedit for editing
15401540
--with-libedit-preferred
15411541
prefer BSD Libedit over GNU Readline
1542-
--with-ossp-uuid use OSSP UUID library when building
1543-
contrib/uuid-ossp
1542+
--with-ossp-uuid build contrib/uuid-ossp, requires OSSP UUID library
15441543
--with-libxml build with XML support
15451544
--with-libxslt use XSLT support when building contrib/xml2
15461545
--with-system-tzdata=DIR

‎configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ PGAC_ARG_BOOL(with, libedit-preferred, no,
713713
#
714714
# OSSP UUID library
715715
#
716-
PGAC_ARG_BOOL(with, ossp-uuid, no, [use OSSP UUID library when buildingcontrib/uuid-ossp])
716+
PGAC_ARG_BOOL(with, ossp-uuid, no, [buildcontrib/uuid-ossp, requires OSSP UUID library])
717717
AC_SUBST(with_ossp_uuid)
718718

719719

‎doc/src/sgml/installation.sgml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -861,11 +861,12 @@ su - postgres
861861
<term><option>--with-ossp-uuid</option></term>
862862
<listitem>
863863
<para>
864-
Use the <ulink url="http://www.ossp.org/pkg/lib/uuid/">OSSP UUID
865-
library</ulink> when building the
864+
Build components using the <ulink
865+
url="http://www.ossp.org/pkg/lib/uuid/">OSSP UUID
866+
library</ulink>. Specifically, build the
866867
<![%standalone-include[uuid-ossp]]>
867-
<![%standalone-ignore[<xref linkend="uuid-ossp">]]>
868-
module. The library provides functions to generate
868+
<![%standalone-ignore[<xref linkend="uuid-ossp">]]> module,
869+
which provides functions to generate
869870
UUIDs.<indexterm><primary>UUID</primary></indexterm>
870871
</para>
871872
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp