]> git.pld-linux.org Git - packages/automake.git/blob - automake-info.patch
- fix in regexp.m4 (causes failing rebuild for examaple on gide)
[packages/automake.git] / automake-info.patch
1 --- automake-1.5/automake.texi.orig     Thu Aug 23 07:40:36 2001
2 +++ automake-1.5/automake.texi  Thu Aug 30 17:27:55 2001
3 @@ -7,14 +7,10 @@
4  
5  @include version.texi
6  
7 -@dircategory GNU programming tools
8 +@dircategory Programming tools:
9  @direntry
10 -* automake: (automake).                Making Makefile.in's
11 -@end direntry
12 -
13 -@dircategory Individual utilities
14 -@direntry
15 -* aclocal: (automake)Invoking aclocal.          Generating aclocal.m4
16 +* automake: (automake).                        Making Makefile.in's
17 +* aclocal: (automake)aclocal.          Generating aclocal.m4
18  @end direntry
19  
20  @ifinfo
21 @@ -111,7 +107,7 @@
22  * Introduction::                Automake's purpose
23  * Generalities::                General ideas
24  * Examples::                    Some example packages
25 -* Invoking Automake::           Creating a Makefile.in
26 +* Automake::                   Creating a Makefile.in
27  * configure::                   Scanning configure.ac or configure.in
28  * Top level::                   The top-level Makefile.am
29  * Alternative::                 An alternative approach to subdirectories
30 @@ -589,7 +585,7 @@
31  @end table
32  
33  
34 -@node Examples, Invoking Automake, Generalities, Top
35 +@node Examples, Automake, Generalities, Top
36  @chapter Some example packages
37  
38  @menu
39 @@ -851,11 +847,11 @@
40  (The name of the object files rarely matters.)
41  
42  
43 -@node Invoking Automake, configure, Examples, Top
44 +@node Automake, configure, Examples, Top
45  @chapter Creating a @file{Makefile.in}
46  
47  @cindex Multiple configure.in files
48 -@cindex Invoking Automake
49 +@cindex Automake
50  @cindex Automake, invoking
51  
52  To create all the @file{Makefile.in}s for a package, run the
53 @@ -996,7 +992,7 @@
54  @end table
55  
56  
57 -@node configure, Top level, Invoking Automake, Top
58 +@node configure, Top level, Automake, Top
59  @chapter Scanning @file{configure.in}
60  
61  @cindex configure.in, scanning
62 @@ -1015,7 +1011,7 @@
63  @menu
64  * Requirements::                Configuration requirements
65  * Optional::                    Other things Automake recognizes
66 -* Invoking aclocal::            Auto-generating aclocal.m4
67 +* aclocal::                     Auto-generating aclocal.m4
68  * Macros::                      Autoconf macros supplied with Automake
69  * Extending aclocal::           Writing your own aclocal macros
70  @end menu
71 @@ -1069,7 +1065,7 @@
72  @end table
73  
74  
75 -@node Optional, Invoking aclocal, Requirements, configure
76 +@node Optional, aclocal, Requirements, configure
77  @section Other things Automake recognizes
78  
79  @cindex Macros Automake recognizes
80 @@ -1254,11 +1250,11 @@
81  @end table
82  
83  
84 -@node Invoking aclocal, Macros, Optional, configure
85 +@node aclocal, Macros, Optional, configure
86  @section Auto-generating aclocal.m4
87  
88 -@cindex Invoking aclocal
89 -@cindex aclocal, Invoking
90 +@cindex aclocal
91 +@cindex aclocal
92  
93  Automake includes a number of Autoconf macros which can be used in your
94  package; some of them are actually required by Automake in certain
95 @@ -1325,7 +1321,7 @@
96  @end table
97  
98  
99 -@node Macros, Extending aclocal, Invoking aclocal, configure
100 +@node Macros, Extending aclocal, aclocal, configure
101  @section Autoconf macros supplied with Automake
102  
103  @c consider generating this node automatically from m4 files.
This page took 0.100544 seconds and 3 git commands to generate.