diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-05-02 16:22:07 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-05-02 16:22:07 +0000 |
commit | c5be6346ba51965f9ee82804089ba6c606c7e038 (patch) | |
tree | 38800bec250f240324865ba6ba73f1c91d3562ab /chapter06/automake.xml | |
parent | fd8ef110375ad49b202e62cf6f10ed3ab38b5781 (diff) |
Update several URLs in Chapter 3.
Fix typo in Chapter 5, libstdc++.
Removed obsolete reference to acinstall in automake section.
Removed obsolete reference to sbu home page in Chapter 4.
Update installed programs for gdbm.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10556 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/automake.xml')
-rw-r--r-- | chapter06/automake.xml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml index d02700a27..117f9c48b 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -73,7 +73,7 @@ make -j4 check</userinput></screen> <segtitle>Installed directories</segtitle> <seglistitem> - <seg>acinstall, aclocal, aclocal-&am-minor-version;, automake, + <seg>aclocal, aclocal-&am-minor-version;, automake, automake-&am-minor-version;, compile, config.guess, config.sub, depcomp, install-sh, mdate-sh, missing, mkinstalldirs, py-compile, and ylwrap</seg> @@ -87,16 +87,6 @@ make -j4 check</userinput></screen> <?dbfo list-presentation="list"?> <?dbhtml list-presentation="table"?> - <varlistentry id="acinstall"> - <term><command>acinstall</command></term> - <listitem> - <para>A script that installs aclocal-style M4 files</para> - <indexterm zone="ch-system-automake acinstall"> - <primary sortas="b-acinstall">acinstall</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="aclocal"> <term><command>aclocal</command></term> <listitem> |