]> git.pld-linux.org Git - packages/automake.git/blame - automake-info.patch
- updated to 1.9.1
[packages/automake.git] / automake-info.patch
CommitLineData
63096833
JB
1--- automake-1.8.2/doc/automake.texi.orig 2004-01-07 20:30:54.000000000 +0100
2+++ automake-1.8.2/doc/automake.texi 2004-01-13 20:08:36.370459336 +0100
3@@ -32,14 +32,10 @@
1e718d93
JB
4 @end quotation
5 @end copying
02574d4c 6
90b9a4ac 7-@dircategory Software development
02574d4c 8+@dircategory Programming tools:
9 @direntry
90b9a4ac 10-* automake: (automake). Making Makefile.in's.
02574d4c 11-@end direntry
12-
13-@dircategory Individual utilities
14-@direntry
90b9a4ac 15-* aclocal: (automake)Invoking aclocal. Generating aclocal.m4.
16+* automake: (automake). Making Makefile.in's.
17+* aclocal: (automake)aclocal. Generating aclocal.m4.
02574d4c 18 @end direntry
19
1e718d93 20 @titlepage
63096833
JB
21@@ -134,7 +130,7 @@
22
23 * Requirements:: Configuration requirements
24 * Optional:: Other things Automake recognizes
25-* Invoking aclocal:: Auto-generating aclocal.m4
26+* aclocal:: Auto-generating aclocal.m4
27 * aclocal options:: aclocal command line arguments
28 * Macro search path:: Modifying aclocal's search path
29 * Macros:: Autoconf macros supplied with Automake
30@@ -1230,7 +1226,7 @@
02574d4c 31 @menu
32 * Requirements:: Configuration requirements
33 * Optional:: Other things Automake recognizes
34-* Invoking aclocal:: Auto-generating aclocal.m4
35+* aclocal:: Auto-generating aclocal.m4
79e634a0
AF
36 * aclocal options:: aclocal command line arguments
37 * Macro search path:: Modifying aclocal's search path
02574d4c 38 * Macros:: Autoconf macros supplied with Automake
63096833 39@@ -1449,12 +1445,12 @@
1e718d93
JB
40 can appear in @file{aclocal.m4} when @command{aclocal} detects that
41 some required macros come from files local to your package (as
42 opposed to macros installed in a system-wide directory, see
43-@ref{Invoking aclocal}).
44+@ref{aclocal}).
02574d4c 45
02574d4c 46 @end table
47
48
1e718d93
JB
49-@node Invoking aclocal
50+@node aclocal
02574d4c 51 @section Auto-generating aclocal.m4
52
1e718d93 53 @cindex Invoking aclocal
63096833
JB
54@@ -2028,12 +2024,12 @@
55
56 @code{ACLOCAL_AMFLAGS} contains options to pass to @command{aclocal}
57 when @file{aclocal.m4} is to be rebuilt by @code{make}. This line is
58-also used by @command{autoreconf} (@pxref{autoreconf Invocation, ,
59+also used by @command{autoreconf} (@pxref{autoreconf, ,
60 Using @command{autoreconf} to Update @file{configure} Scripts,
61 autoconf, The Autoconf Manual}) to run @command{aclocal} with suitable
62-options, or by @command{autopoint} (@pxref{autopoint Invocation, ,
63+options, or by @command{autopoint} (@pxref{autopoint, ,
64 Invoking the @command{autopoint} Program, gettext, GNU gettext tools})
65-and @command{gettextize} (@pxref{gettextize Invocation, , Invoking the
66+and @command{gettextize} (@pxref{gettextize, , Invoking the
67 @command{gettextize} Program, gettext, GNU gettext tools}) to locate
68 the place where Gettext's macros should be installed. So even if you
69 do not really care about the rebuild rules, you should define
This page took 0.044057 seconds and 4 git commands to generate.