]> git.pld-linux.org Git - packages/automake.git/blame - automake-info.patch
- obsolete
[packages/automake.git] / automake-info.patch
CommitLineData
ddc0c50e
JB
1--- automake-1.9.6/doc/automake.texi.orig 2005-07-09 11:28:44.000000000 +0200
2+++ automake-1.9.6/doc/automake.texi 2005-07-16 15:22:23.458288944 +0200
63096833 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
27c88ee7 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.
2cb2dad2
JB
16+* automake: (automake). Making Makefile.in's
17+* aclocal: (automake)aclocal. Generating aclocal.m4
02574d4c 18 @end direntry
19
1e718d93 20 @titlepage
a810cf6e 21@@ -130,7 +126,7 @@
63096833
JB
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
ddc0c50e 30@@ -1286,7 +1282,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
ddc0c50e 39@@ -1490,13 +1486,12 @@
a810cf6e 40 @code{m4_include} is seldom used by @file{configure.ac} authors, but
1e718d93 41 can appear in @file{aclocal.m4} when @command{aclocal} detects that
a810cf6e
JB
42 some required macros come from files local to your package (as opposed
43-to macros installed in a system-wide directory, @pxref{Invoking
44-aclocal}).
45+to macros installed in a system-wide directory, @pxref{aclocal}).
02574d4c 46
a810cf6e 47 @end ftable
02574d4c 48
49
1e718d93
JB
50-@node Invoking aclocal
51+@node aclocal
02574d4c 52 @section Auto-generating aclocal.m4
53
a810cf6e 54 @cindex Invoking @command{aclocal}
ddc0c50e 55@@ -2120,12 +2115,12 @@
63096833
JB
56
57 @code{ACLOCAL_AMFLAGS} contains options to pass to @command{aclocal}
ddc0c50e 58 when @file{aclocal.m4} is to be rebuilt by @command{make}. This line is
63096833
JB
59-also used by @command{autoreconf} (@pxref{autoreconf Invocation, ,
60+also used by @command{autoreconf} (@pxref{autoreconf, ,
61 Using @command{autoreconf} to Update @file{configure} Scripts,
62 autoconf, The Autoconf Manual}) to run @command{aclocal} with suitable
63-options, or by @command{autopoint} (@pxref{autopoint Invocation, ,
64+options, or by @command{autopoint} (@pxref{autopoint, ,
65 Invoking the @command{autopoint} Program, gettext, GNU gettext tools})
66-and @command{gettextize} (@pxref{gettextize Invocation, , Invoking the
67+and @command{gettextize} (@pxref{gettextize, , Invoking the
68 @command{gettextize} Program, gettext, GNU gettext tools}) to locate
69 the place where Gettext's macros should be installed. So even if you
70 do not really care about the rebuild rules, you should define
This page took 0.060231 seconds and 4 git commands to generate.