Changeset bbf90e8 for BOOK/final-system/common/perl.xml
- Timestamp:
- May 16, 2006, 12:59:50 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 8fdbca4
- Parents:
- ddc9408
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/perl.xml
rddc9408 rbbf90e8 38 38 prepare Perl for compilation with:</para> 39 39 40 <screen os="b"><userinput>./configure.gnu --prefix=/usr -Dpager="/bin/less -isR"</userinput></screen> 40 <screen os="b"><userinput>./configure.gnu --prefix=/usr \ 41 -Dman1dir=/usr/share/man/man1 \ 42 -Dman3dir=/usr/share/man/man3 \ 43 -Dpager="/bin/less -isR"</userinput></screen> 41 44 42 45 <variablelist os="c"> … … 48 51 <para>This corrects an error in the way that <command>perldoc</command> 49 52 invokes the <command>less</command> program.</para> 53 </listitem> 54 </varlistentry> 55 <varlistentry os="c2"> 56 <term><parameter>-Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3</parameter></term> 57 <listitem> 58 <para>Since Groff is not installed yet, 59 <command>configure.gnu</command> thinks that we do not want 60 man pages for Perl. Issuing these parameters overrides this decision.</para> 50 61 </listitem> 51 62 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.