]> git.pld-linux.org Git - packages/automake.git/commitdiff
- updated for 1.4p4.
authorkloczek <kloczek@pld-linux.org>
Wed, 11 Jul 2001 00:58:26 +0000 (00:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    automake-info.patch -> 1.5

automake-info.patch

index 26bdae2073ec1a6225855f6734945a810f44d0e8..585ce14b0f4fc6a6519f40312d0dd227efe1accd 100644 (file)
@@ -1,11 +1,10 @@
-diff -Nru automake-1.4d/automake.texi automake-1.4d.new/automake.texi
---- automake-1.4d/automake.texi        Sun Feb  4 05:43:05 2001
-+++ automake-1.4d.new/automake.texi    Wed Feb 14 00:06:52 2001
+--- automake-1.4-p4/automake.texi.orig Wed Jan  6 14:01:26 1999
++++ automake-1.4-p4/automake.texi      Wed Jul 11 02:48:08 2001
 @@ -7,14 +7,10 @@
  
  @include version.texi
  
--@dircategory GNU programming tools
+-@dircategory GNU admin
 +@dircategory Programming tools:
  @direntry
 -* automake: (automake).               Making Makefile.in's
@@ -14,12 +13,53 @@ diff -Nru automake-1.4d/automake.texi automake-1.4d.new/automake.texi
 -@dircategory Individual utilities
 -@direntry
 -* aclocal: (automake)Invoking aclocal.          Generating aclocal.m4
-+* automake: (automake).                       Making Makefile.in's
-+* aclocal: (automake)aclocal.         Generating aclocal.m4
++* automake: (automake).                               Making Makefile.in's
++* aclocal: (automake)aclocal.                 Generating aclocal.m4
  @end direntry
  
  @ifinfo
-@@ -920,7 +916,7 @@
+@@ -111,7 +107,7 @@
+ * Introduction::                Automake's purpose
+ * Generalities::                General ideas
+ * Examples::                    Some example packages
+-* Invoking Automake::           Creating a Makefile.in
++* Automake::                  Creating a Makefile.in
+ * configure::                   Scanning configure.in
+ * Top level::                   The top-level Makefile.am
+ * Programs::                    Building programs and libraries
+@@ -503,7 +499,7 @@
+ @code{sniff_glue_SOURCES}, not @code{sniff-glue_SOURCES}.
+-@node Examples, Invoking Automake, Generalities, Top
++@node Examples, Automake, Generalities, Top
+ @chapter Some example packages
+ @menu
+@@ -743,11 +739,11 @@
+ @end example
+-@node Invoking Automake, configure, Examples, Top
++@node Automake, configure, Examples, Top
+ @chapter Creating a @file{Makefile.in}
+ @cindex Multiple configure.in files
+-@cindex Invoking Automake
++@cindex Automake
+ @cindex Automake, invoking
+ To create all the @file{Makefile.in}s for a package, run the
+@@ -890,7 +886,7 @@
+ @end table
+-@node configure, Top level, Invoking Automake, Top
++@node configure, Top level, Automake, Top
+ @chapter Scanning @file{configure.in}
+ @cindex configure.in, scanning
+@@ -909,7 +905,7 @@
  @menu
  * Requirements::                Configuration requirements
  * Optional::                    Other things Automake recognizes
@@ -28,7 +68,7 @@ diff -Nru automake-1.4d/automake.texi automake-1.4d.new/automake.texi
  * Macros::                      Autoconf macros supplied with Automake
  * Extending aclocal::           Writing your own aclocal macros
  @end menu
-@@ -955,7 +951,7 @@
+@@ -995,7 +991,7 @@
  @end table
  
  
@@ -37,7 +77,7 @@ diff -Nru automake-1.4d/automake.texi automake-1.4d.new/automake.texi
  @section Other things Automake recognizes
  
  @cindex Macros Automake recognizes
-@@ -1147,10 +1143,10 @@
+@@ -1185,11 +1181,11 @@
  @end table
  
  
@@ -46,11 +86,13 @@ diff -Nru automake-1.4d/automake.texi automake-1.4d.new/automake.texi
  @section Auto-generating aclocal.m4
  
 -@cindex Invoking aclocal
+-@cindex aclocal, Invoking
++@cindex aclocal
 +@cindex aclocal
- @cindex aclocal, Invoking
  
  Automake includes a number of Autoconf macros which can be used in your
-@@ -1218,7 +1214,7 @@
+ package; some of them are actually required by Automake in certain
+@@ -1249,7 +1245,7 @@
  @end table
  
  
@@ -59,3 +101,12 @@ diff -Nru automake-1.4d/automake.texi automake-1.4d.new/automake.texi
  @section Autoconf macros supplied with Automake
  
  @c consider generating this node automatically from m4 files.
+@@ -2294,7 +2290,7 @@
+ When you decide to make a distribution, the @code{dist} target will
+ re-run @code{automake} with @samp{--include-deps} and other options.
+-@xref{Invoking Automake}, and @ref{Options}.  This will cause the
++@xref{Automake}, and @ref{Options}.  This will cause the
+ previously generated dependencies to be inserted into the generated
+ @file{Makefile.in}, and thus into the distribution.  This step also
+ turns off inclusion of the dependency generation code, so that those who
This page took 0.035738 seconds and 4 git commands to generate.