From: Alexandre Duret-Lutz Date: Fri, 4 Jul 2003 22:13:52 +0000 (+0000) Subject: * automake.texi (Optional, Dist): AC_CONFIG_AUX_DIR files X-Git-Tag: Release-1-7b~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99f9c5ee89e389909437ff07b3e5605bd2749ac6;p=thirdparty%2Fautomake.git * automake.texi (Optional, Dist): AC_CONFIG_AUX_DIR files are automatically distributed. --- diff --git a/ChangeLog b/ChangeLog index 62f4a92cb..7fa3e276b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-07-04 Alexandre Duret-Lutz + * automake.texi (Optional, Dist): AC_CONFIG_AUX_DIR files + are automatically distributed. + * lib/depcomp (icc): Update to grok ICC 7.1's output. * m4/depend.m4 (_AM_DEPENDENCIES): Check dependency generation in a subdirectory, and with many dependencies. This diff --git a/automake.texi b/automake.texi index e42a4783b..cae2b5775 100644 --- a/automake.texi +++ b/automake.texi @@ -1165,6 +1165,9 @@ or @file{../..} (relative to the top source directory) that provides any one of the helper scripts. @xref{Input, , Finding `configure' Input, autoconf, The Autoconf Manual}. +Required files from @code{AC_CONFIG_AUX_DIR} are automatically +distributed, even if there is no @file{Makefile.am} in this directory. + @item AC_CANONICAL_HOST Automake will ensure that @file{config.guess} and @file{config.sub} exist. Also, the @file{Makefile} variables @samp{host_alias} and @@ -4542,8 +4545,10 @@ or as the target of a @file{Makefile.am} rule). This list is printed by (i.e. the source files corresponding to the files specified in various Autoconf macros such as @code{AC_CONFIG_FILES} and siblings) are automatically distributed. Files included in @file{Makefile.am}s (using -@code{include}) or in @file{configure.in} (using @code{m4_include}) are -also distributed. +@code{include}) or in @file{configure.in} (using @code{m4_include}), and +helper scripts installed with @samp{automake --add-missing} are also +distributed. + @cvindex m4_include, distribution Still, sometimes there are files which must be distributed, but which diff --git a/stamp-vti b/stamp-vti index f09acd167..1823e083c 100644 --- a/stamp-vti +++ b/stamp-vti @@ -1,4 +1,4 @@ -@set UPDATED 27 June 2003 -@set UPDATED-MONTH June 2003 +@set UPDATED 4 July 2003 +@set UPDATED-MONTH July 2003 @set EDITION 1.7a @set VERSION 1.7a diff --git a/version.texi b/version.texi index f09acd167..1823e083c 100644 --- a/version.texi +++ b/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 27 June 2003 -@set UPDATED-MONTH June 2003 +@set UPDATED 4 July 2003 +@set UPDATED-MONTH July 2003 @set EDITION 1.7a @set VERSION 1.7a