- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/automake.xml
raffaea5 r686839b 28 28 <para os="a">Prepare Automake for compilation:</para> 29 29 30 <screen os="b"><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version;</userinput></screen>30 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen> 31 31 32 32 <para os="c">Compile the package:</para> … … 52 52 53 53 <seglistitem> 54 <seg>ac local, aclocal-&automake-version2;, automake,54 <seg>acinstall, aclocal, aclocal-&automake-version2;, automake, 55 55 automake-&automake-version2;, compile, config.guess, config.sub, 56 depcomp, install-sh, mdate-sh, missing, mkinstalldirs,56 depcomp, elisp-comp, install-sh, mdate-sh, missing, mkinstalldirs, 57 57 py-compile, symlink-tree, and ylwrap</seg> 58 58 <seg>/usr/share/aclocal-&automake-version2;, … … 65 65 <?dbfo list-presentation="list"?> 66 66 <?dbhtml list-presentation="table"?> 67 68 <varlistentry id="acinstall"> 69 <term><command>acinstall</command></term> 70 <listitem> 71 <para>A script that installs aclocal-style M4 files</para> 72 <indexterm zone="ch-system-automake acinstall"> 73 <primary sortas="b-acinstall">acinstall</primary> 74 </indexterm> 75 </listitem> 76 </varlistentry> 67 77 68 78 <varlistentry id="aclocal"> … … 158 168 </varlistentry> 159 169 170 <varlistentry id="elisp-comp"> 171 <term><command>elisp-comp</command></term> 172 <listitem> 173 <para>Byte-compiles Emacs Lisp code</para> 174 <indexterm zone="ch-system-automake elisp-comp"> 175 <primary sortas="b-elisp-comp">elisp-comp</primary> 176 </indexterm> 177 </listitem> 178 </varlistentry> 179 160 180 <varlistentry id="install-sh"> 161 181 <term><command>install-sh</command></term>
Note:
See TracChangeset
for help on using the changeset viewer.