]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* automake.texi (Rebuilding): New node.
authorTom Tromey <tromey@redhat.com>
Sun, 4 Feb 2001 04:37:10 +0000 (04:37 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 4 Feb 2001 04:37:10 +0000 (04:37 +0000)
ChangeLog
automake.texi
stamp-vti
version.texi

index bfac8b713b09c547953f5132272ba996f2ace6f3..83c2f0f228df74618632c96b51454dca83e66f90 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-03  Tom Tromey  <tromey@redhat.com>
+
+       * automake.texi (Rebuilding): New node.
+
 2000-12-29  Derek Price  <derek.price@openavenue.com>
 
        * automake.in (handle_dependencies): Switched the DEP_FILES
index db2e41381830957f085fcf22a2e75affd37ac81c..41a199ec94ffd24f0db5c45e8e5449ac837b76d6 100644 (file)
@@ -114,6 +114,7 @@ This edition documents version @value{VERSION}.
 * Invoking Automake::           Creating a Makefile.in
 * configure::                   Scanning configure.ac or configure.in
 * Top level::                   The top-level Makefile.am
+* Rebuilding::                  Automatic rebuilding of Makefile
 * Programs::                    Building programs and libraries
 * Other objects::               Other derived objects
 * Other GNU Tools::             Other GNU Tools
@@ -1375,7 +1376,7 @@ A macro file's name should end in @file{.m4}.  Such files should be
 installed in @file{$(datadir)/aclocal}.
 
 
-@node Top level, Programs, configure, Top
+@node Top level, Rebuilding, configure, Top
 @chapter The top-level @file{Makefile.am}
 
 @cindex SUBDIRS, explained
@@ -1457,7 +1458,25 @@ full list of subdirectories in the project.  If this macro is not set,
 Automake will attempt to set it for you.
 
 
-@node Programs, Other objects, Top level, Top
+@node Rebuilding, Programs, Top level, Top
+@chapter Rebuilding Makefiles
+
+Automake generates rules to automatically rebuild @file{Makefile}s,
+@file{configure}, and other derived files like @file{Makefile.in}.
+
+If you are using @code{AM_MAINTAINER_MODE} in @file{configure.in}, then
+these automatic rebuilding rules are only enabled in maintainer mode.
+
+Sometimes you need to run @code{aclocal} with an argument like @code{-I}
+to tell it where to find @file{.m4} files.  Since sometimes @code{make}
+will automatically run @code{aclocal}, you need a way to specify these
+arguments.  You can do this by defining @code{ACLOCAL_AMFLAGS}; this
+holds arguments which are passed verbatim to @code{aclocal}.  This macro
+is only useful in the top-level @file{Makefile.am}.
+@cindex ACLOCAL_AMFLAGS
+
+
+@node Programs, Other objects, Rebuilding, Top
 @chapter Building Programs and Libraries
 
 A large part of Automake's functionality is dedicated to making it easy
index f803e45c4e4483c36d4b287b54c67e0aee7dda17..c41134045c929b6c4cd9c6e8f0924851b21784b8 100644 (file)
--- a/stamp-vti
+++ b/stamp-vti
@@ -1,4 +1,4 @@
-@set UPDATED 2 February 2001
+@set UPDATED 3 February 2001
 @set UPDATED-MONTH February 2001
 @set EDITION 1.4c
 @set VERSION 1.4c
index f803e45c4e4483c36d4b287b54c67e0aee7dda17..c41134045c929b6c4cd9c6e8f0924851b21784b8 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 2 February 2001
+@set UPDATED 3 February 2001
 @set UPDATED-MONTH February 2001
 @set EDITION 1.4c
 @set VERSION 1.4c