- Timestamp:
- Jun 9, 2017, 11:28:53 PM (7 years ago)
- Branches:
- master, systemd
- Children:
- 6dc0453
- Parents:
- 0f1924a
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/automake.xml
r0f1924a ra16caa0 26 26 <title>Installation of Automake</title> 27 27 28 <para os="a">Prepare Automake for compilation:</para>29 30 28 <para os="p1">Apply the following patch to fix outdated syntax that is no 31 29 longer recognized by Perl-&perl-version;.</para> 32 30 33 31 <screen os="p2"><userinput>patch -Np1 -i ../&automake-perl-patch;</userinput></screen> 32 33 <para os="a">Prepare Automake for compilation:</para> 34 34 35 35 <screen os="b"><userinput>./configure \ -
BOOK/final-system/multilib/automake.xml
r0f1924a ra16caa0 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 25 href="../common/automake.xml" 26 xpointer="xpointer(//*[@os='a'])"/>27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"29 href="../common/automake.xml"30 26 xpointer="xpointer(//*[@os='p1'])"/> 31 27 … … 33 29 href="../common/automake.xml" 34 30 xpointer="xpointer(//*[@os='p2'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 33 href="../common/automake.xml" 34 xpointer="xpointer(//*[@os='a'])"/> 35 35 36 36 <screen os="b"><userinput>CC="gcc ${BUILD64}" \
Note:
See TracChangeset
for help on using the changeset viewer.