]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
*** empty log message ***
authorTom Tromey <tromey@redhat.com>
Fri, 24 Nov 1995 23:33:15 +0000 (23:33 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 24 Nov 1995 23:33:15 +0000 (23:33 +0000)
automake.texi

index 8f318b683584e86a1344edfc65b4a383bb3e3264..ecff7cc36fe4139dea863e13692ee44438506acf 100644 (file)
@@ -450,17 +450,17 @@ Currently this support requires the use of @code{GNU make} and
 @code{gcc}.  It might become possible in the future to supply a
 different dependency generating program, if there is enough demand.
 
-In order to use this mode, when developing your package, always run
-@code{automake} with the @samp{--use-deps} option.  This will cause
-dependency generating code to be inserted into your @file{Makefile.in}.
+This mode is enabled by default if any C program or library is defined
+in the current directory.
 
 When you decide to make a distribution, the @samp{dist} target will
 re-run @code{automake} with the @samp{--include-deps} option.  This
 causes the previously generated dependencies to be inserted into the
 generated @file{Makefile.in}, and thus into the distribution.
+@samp{--include-deps} also turns off inclusion of the dependency
+generation code.
 
-The interface here might change as well.  In particular, dependency
-generation might become the default.
+There should probably be a way to suppress this mode.
 
 
 @node Extending