]> sourceware.org Git - automake.git/commitdiff
For Debian Bug#254372:
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 16 Jun 2004 19:17:00 +0000 (19:17 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 16 Jun 2004 19:17:00 +0000 (19:17 +0000)
* doc/automake.texi (Invoking aclocal): Rewrite the paragraph
explaining m4_include is used for relative files.

ChangeLog
doc/automake.texi
doc/stamp-vti
doc/version.texi

index 2a010ea1c47939969a569096008b4492c2923996..0bbecc21958cd86443205344c1b6c4cb664bf2eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-06-16  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       For Debian Bug#254372:
+       * doc/automake.texi (Invoking aclocal): Rewrite the paragraph
+       explaining m4_include is used for relative files.
+
 2004-06-10  Alexandre Duret-Lutz  <adl@gnu.org>
 
        For Debian Bug #251820:
index cdcd03d4e813963ca6d1c4bfab4f5c1e9df3251f..b4a007b638f3a82e9b07e8d9a7e6c5e0db393818 100644 (file)
@@ -1505,16 +1505,18 @@ file, including unused macro definitions as well as both @samp{#} and
 completely ignored by @command{aclocal}, use @samp{##} as the comment
 leader.
 
-When @command{aclocal} detects that the file containing the macro
-definition is in a subdirectory of your package, it will use
-@code{m4_include} instead of copying it; this makes the package
-smaller and eases dependency tracking.  This only works if the
-subdirectory containing the macro was specified as a relative search
-path with @command{aclocal}'s @code{-I} argument.  (@pxref{Local
-Macros} for an example.)  Any macro which is found in a system-wide
-directory, or via an absolute search path will be copied.
-
-The contents of @file{acinclude.m4}, if it exists, are also
+When a file selected by @command{aclocal} is located in a subdirectory
+specified as a relative search path with @command{aclocal}'s @code{-I}
+argument, @command{aclocal} assumes the file belongs to the package
+and uses @code{m4_include} instead of copying it into
+@file{aclocal.m4}.  This makes the package smaller, eases dependency
+tracking, and cause the file to be distributed automatically.
+(@pxref{Local Macros} for an example.)  Any macro which is found in a
+system-wide directory, or via an absolute search path will be copied.
+So use @code{-I `pwd`/reldir} instead of @code{-I reldir} whenever
+some relative directory need to be considered outside the package.
+
+The contents of @file{acinclude.m4}, if this file exists, are also
 automatically included in @file{aclocal.m4}.  We recommend against
 using @file{acinclude.m4} in new packages (@pxref{Local Macros}).
 
index 0c5955f6f1b0d0f7b67735d2407c30f191c33b0d..7a46574b978a73cb526671dac147b5c100f7a2df 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 31 May 2004
-@set UPDATED-MONTH May 2004
+@set UPDATED 16 June 2004
+@set UPDATED-MONTH June 2004
 @set EDITION 1.8c
 @set VERSION 1.8c
index 0c5955f6f1b0d0f7b67735d2407c30f191c33b0d..7a46574b978a73cb526671dac147b5c100f7a2df 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 31 May 2004
-@set UPDATED-MONTH May 2004
+@set UPDATED 16 June 2004
+@set UPDATED-MONTH June 2004
 @set EDITION 1.8c
 @set VERSION 1.8c
This page took 0.055235 seconds and 5 git commands to generate.