source: appendixa/automake-desc.xml@ ab28d5f

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.0 6.1 6.1.1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk v4_1 v5_0 v5_1 v5_1_1 xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since ab28d5f was 2c094d6, checked in by Timothy Bauscher <timothy@…>, 22 years ago

Applied Bill Maltby's grammar patch. Changed $LFS to LFS where appropriate. Internal XML cleanup: removed double spacing where appropriate.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2138 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.7 KB
Line 
1<sect2><title>Contents of Automake</title>
2
3<para>Last checked against version &automake-contversion;.</para>
4
5<sect3><title>Program Files</title>
6<para>acinstall, aclocal, aclocal-1.6, automake, automake-1.6,
7compile, config.guess, config.sub, depcomp, elisp-comp, install-sh,
8mdate-sh, missing, mkinstalldirs, py-compile, ylwrap</para></sect3>
9
10<sect3><title>Descriptions</title>
11
12<sect4><title>acinstall</title>
13<para>acinstall is a script which installs aclocal-style M4 files.</para></sect4>
14
15<sect4><title>aclocal, aclocal-1.6</title>
16<para>automake includes a number of autoconf macros which can be used in
17packages, some of which are needed by automake in certain
18situations. These macros must be defined in the aclocal.m4-file
19or they will not be seen by autoconf.</para>
20
21<para>The aclocal program will automatically generate aclocal.m4 files
22based on the contents of configure.in. This provides a convenient
23way to get automake-provided macros without having to search around.
24Also, the aclocal mechanism is extensible for use
25by other packages.</para></sect4>
26
27<sect4><title>automake, automake-1.6</title>
28<para>To create all the Makefile.in's for a package, run the automake
29program in the top level directory, with no arguments. automake will
30automatically find each appropriate Makefile.am (by scanning
31configure.in) and generate the corresponding Makefile.in.</para></sect4>
32
33<sect4><title>compile</title>
34<para>compile is script which acts as a wrapper for compilers.</para></sect4>
35
36<sect4><title>config.guess</title>
37<para>config.guess is a script which attempts to guess a canonical system
38name.</para></sect4>
39
40<sect4><title>config.sub</title>
41<para>config.sub is a configuration validation subroutine script.</para></sect4>
42
43<sect4><title>depcomp</title>
44<para>depcomp is a script which compiles a program while generating
45dependencies as side-effects.</para></sect4>
46
47<sect4><title>elisp-comp</title>
48<para>elisp-comp is a script which byte-compiles .el files.</para></sect4>
49
50<sect4><title>install-sh</title>
51<para>install-sh is a script which installs a program, script, or a
52datafile.</para></sect4>
53
54<sect4><title>mdate-sh</title>
55<para>mdate-sh is a script which prints the modification time of a file
56or directory.</para></sect4>
57
58<sect4><title>missing</title>
59<para>missing is a script which acts as a common stub for a few missing
60GNU programs during an installation.</para></sect4>
61
62<sect4><title>mkinstalldirs</title>
63<para>mkinstalldirs is a script which makes a directory
64hierarchy.</para></sect4>
65
66<sect4><title>py-compile</title>
67<para>py-compile is a script which compiles a Python program.</para></sect4>
68
69<sect4><title>ylwrap</title>
70<para>ylwrap is a script which acts as a wrapper for lex/yacc
71invocations.</para></sect4>
72
73</sect3>
74
75</sect2>
Note: See TracBrowser for help on using the repository browser.