Changeset 991595cf for BOOK/final-system/common/perl.xml
- Timestamp:
- Dec 13, 2015, 4:21:52 PM (10 years ago)
- Branches:
- sysvinit
- Children:
- fc86858d
- Parents:
- dbc5b02 (diff), c7477f8e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/perl.xml
rdbc5b02 r991595cf 52 52 that Perl auto-detects, prepare Perl for compilation with:</para> 53 53 54 <screen os="b"><userinput>./configure.gnu --prefix=/usr \ 55 -Dvendorprefix=/usr \ 56 -Dman1dir=/usr/share/man/man1 \ 57 -Dman3dir=/usr/share/man/man3 \ 58 -Dpager="/bin/less -isR" \ 59 -Dusethreads -Duseshrplib</userinput></screen> 54 <screen os="b"><userinput>./configure.gnu \ 55 --prefix=/usr \ 56 -Dvendorprefix=/usr \ 57 -Dman1dir=/usr/share/man/man1 \ 58 -Dman3dir=/usr/share/man/man3 \ 59 -Dpager="/bin/less -isR" \ 60 -Dusethreads -Duseshrplib</userinput></screen> 60 61 61 62 <variablelist os="c">
Note:
See TracChangeset
for help on using the changeset viewer.