aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-06-23 21:39:27 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-06-23 21:39:27 +0000
commitf23d02f00c73cd730a1499b7ccc1e0cd1dc6124c (patch)
tree2516410a6d35662f6a447c2880923b38675dd558
parent53bd4fe2109bfddb51b350947de1efcadd46b70b (diff)
Autoconf, Automake: Updated package contents.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2006 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--appendixa/autoconf-desc.xml5
-rw-r--r--appendixa/automake-desc.xml52
-rw-r--r--chapter01/changelog.xml5
-rw-r--r--entities/autoconf.ent2
-rw-r--r--entities/automake.ent2
5 files changed, 57 insertions, 9 deletions
diff --git a/appendixa/autoconf-desc.xml b/appendixa/autoconf-desc.xml
index d845cb781..e6a96c78c 100644
--- a/appendixa/autoconf-desc.xml
+++ b/appendixa/autoconf-desc.xml
@@ -3,7 +3,7 @@
<para>Last checked against version &autoconf-contversion;.</para>
<sect3><title>Program Files</title>
-<para>autoconf, autoheader, autoreconf, autoscan, autoupdate and
+<para>autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate and
ifnames</para></sect3>
<sect3><title>Descriptions</title>
@@ -19,6 +19,9 @@ have autoconf.</para></sect4>
<para>The autoheader program can create a template file of C #define
statements for configure to use.</para></sect4>
+<sect4><title>autom4te</title>
+<para>autom4te runs GNU M4 on files.</para></sect4>
+
<sect4><title>autoreconf</title>
<para>If there are a lot of autoconf-generated configure scripts, the
autoreconf program can save some work. It runs autoconf (and
diff --git a/appendixa/automake-desc.xml b/appendixa/automake-desc.xml
index 0ce57c165..84791910c 100644
--- a/appendixa/automake-desc.xml
+++ b/appendixa/automake-desc.xml
@@ -3,11 +3,16 @@
<para>Last checked against version &automake-contversion;.</para>
<sect3><title>Program Files</title>
-<para>aclocal and automake</para></sect3>
+<para>acinstall, aclocal, aclocal-1.6, automake, automake-1.6,
+compile, config.guess, config.sub, depcomp, elisp-comp, install-sh,
+mdate-sh, missing, mkinstalldirs, py-compile, ylwrap</para></sect3>
<sect3><title>Descriptions</title>
-<sect4><title>aclocal</title>
+<sect4><title>acinstall</title>
+<para>acinstall is a script which installs aclocal-style M4 files.</para></sect4>
+
+<sect4><title>aclocal, aclocal-1.6</title>
<para>automake includes a number of autoconf macros which can be used in
packages; some of them are actually required by automake in certain
situations. These macros must be defined in the aclocal.m4-file;
@@ -19,13 +24,52 @@ way to get automake-provided macros, without having to search around.
Also, the aclocal mechanism is extensible for use
by other packages.</para></sect4>
-<sect4><title>automake</title>
+<sect4><title>automake, automake-1.6</title>
<para>To create all the Makefile.in's for a package, run the automake
program in the top level directory, with no arguments. automake will
automatically find each appropriate Makefile.am (by scanning
configure.in) and generate the corresponding Makefile.in.</para></sect4>
+<sect4><title>compile</title>
+<para>compile is script which acts as a wrapper for compilers.</para></sect4>
+
+<sect4><title>config.guess</title>
+<para>config.guess is a script which attempts to guess a canonical system
+name.</para></sect4>
+
+<sect4><title>config.sub</title>
+<para>config.sub is a configuration validation subroutine script.</para></sect4>
+
+<sect4><title>depcomp</title>
+<para>depcomp is a script which compiles a program while generating
+dependencies as side-effects.</para></sect4>
+
+<sect4><title>elisp-comp</title>
+<para>elisp-comp is a script which byte-compiles .el files.</para></sect4>
+
+<sect4><title>install-sh</title>
+<para>install-sh is a script which installs a program, script, or a
+datafile.</para></sect4>
+
+<sect4><title>mdate-sh</title>
+<para>mdate-sh is a script which prints the modification time of a file
+or directory.</para></sect4>
+
+<sect4><title>missing</title>
+<para>missing is a script which acts as a common stub for a few missing
+GNU programs during an installation.</para></sect4>
+
+<sect4><title>mkinstalldirs</title>
+<para>mkinstalldirs is a script which makes a directory
+hierarchy.</para></sect4>
+
+<sect4><title>py-compile</title>
+<para>py-compile is a script which compiles a Python program.</para></sect4>
+
+<sect4><title>ylwrap</title>
+<para>ylwrap is a script which acts as a wrapper for lex/yacc
+invocations.</para></sect4>
+
</sect3>
</sect2>
-
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 516a69bee..973e3a260 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -46,8 +46,9 @@
</para></listitem>
<listitem><para>June 23rd, 2002 [timothy]: Chapter 06 - Net-tools,
-Perl, Texinfo: Updated package contents. GCC: Removed i686-specific
-programs. M4: Added "last checked against" for uniformity.</para></listitem>
+Perl, Texinfo, Autoconf, Automake: Updated package contents. GCC: Removed
+i686-specific programs. M4: Added "last checked against" for
+uniformity.</para></listitem>
<listitem><para>June 16th, 2002 [timothy]: Chapter 06 - Gettext:
Updated package contents.</para></listitem>
diff --git a/entities/autoconf.ent b/entities/autoconf.ent
index c9366698c..9af3d1520 100644
--- a/entities/autoconf.ent
+++ b/entities/autoconf.ent
@@ -10,7 +10,7 @@
<!ENTITY autoconf-version "2.53">
<!ENTITY autoconf-depversion "2.52">
-<!ENTITY autoconf-contversion "2.52">
+<!ENTITY autoconf-contversion "2.53">
<!ENTITY autoconf-size "739 KB">
<!ENTITY autoconf-dir "autoconf-&autoconf-version;">
<!ENTITY autoconf-package "autoconf-&autoconf-version;.tar.bz2">
diff --git a/entities/automake.ent b/entities/automake.ent
index f0c591fc4..fddc27c75 100644
--- a/entities/automake.ent
+++ b/entities/automake.ent
@@ -10,7 +10,7 @@
<!ENTITY automake-version "1.6.1">
<!ENTITY automake-depversion "1.5">
-<!ENTITY automake-contversion "1.5">
+<!ENTITY automake-contversion "1.6.1">
<!ENTITY automake-size "457 KB">
<!ENTITY automake-package "automake-&automake-version;.tar.bz2">
<!ENTITY automake-dir "automake-&automake-version;">