Changeset 4edb9a6 for general/genlib


Ignore:
Timestamp:
10/05/2013 01:55:24 PM (11 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e81d71b
Parents:
1a1cf83
Message:

remove redundant pcre configure switch

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11918 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/pcre.xml

    r1a1cf83 r4edb9a6  
    9696<screen><userinput>./configure --prefix=/usr                     \
    9797            --docdir=/usr/share/doc/pcre-&pcre-version; \
    98             --enable-utf                      \
    9998            --enable-unicode-properties       \
    10099            --enable-pcre16                   \
     
    124123
    125124    <para>
    126       <option>--enable-utf</option>: This switch includes the code for
    127       handling UTF-8 character strings in the library.
    128     </para>
    129 
    130     <para>
    131       <option>--enable-unicode-properties</option>: This switch enables
    132       Unicode properties support. Note: You need this switch if you are
    133       going to build <xref linkend="glib2"/> with the
     125      <parameter>--enable-unicode-properties</parameter>: This switch enables
     126      Unicode properties support. and includes the code for handling UTF-8/16/32
     127      character strings in the library. You need this switch if you are going to
     128      build <xref linkend="glib2"/> with the
    134129      <parameter>--with-pcre=system</parameter> switch.
    135130    </para>
    136131
    137132    <para>
    138       <option>--enable-pcre16</option>: This switch enables 16 bit
     133      <parameter>--enable-pcre16</parameter>: This switch enables 16 bit
    139134      character support.
    140135    </para>
    141136
    142137    <para>
    143       <option>--enable-pcre32</option>: This switch enables 32 bit
     138      <parameter>--enable-pcre32</parameter>: This switch enables 32 bit
    144139      character support.
    145140    </para>
    146141
    147142    <para>
    148       <option>--enable-pcregrep-libz</option>: This switch adds
     143      <parameter>--enable-pcregrep-libz</parameter>: This switch adds
    149144      support to <command>pcregrep</command> to read
    150145      <filename class="extension">.gz</filename> compressed files.
     
    152147
    153148    <para>
    154       <option>--enable-pcregrep-libbz2</option>: This switch adds
     149      <parameter>--enable-pcregrep-libbz2</parameter>: This switch adds
    155150      support to <command>pcregrep</command> to read
    156151      <filename class="extension">.bz2</filename> compressed files.
     
    158153
    159154    <para>
    160       <option>--enable-pcretest-libreadline</option>: This switch adds line
     155      <parameter>--enable-pcretest-libreadline</parameter>: This switch adds line
    161156      editing and history features to <command>pcretest</command> program.
    162157    </para>
Note: See TracChangeset for help on using the changeset viewer.