[SCM] GNU Autoconf source repository branch, master, updated. v2.67-80-g89aa4f5

"Eric Blake" <[email protected]> Wed, 22 Sep 2010 22:25:07 +0000
Newsgroups gmane.comp.sysutils.autoconf.cvs
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=89aa4f5bb6a1b6e0385a677f2004dcce8c4d40a9

The branch, master has been updated
       via  89aa4f5bb6a1b6e0385a677f2004dcce8c4d40a9 (commit)
      from  bb4a036f8383658cbc353699d90e56bd113fc14f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 89aa4f5bb6a1b6e0385a677f2004dcce8c4d40a9
Author: Ralf Wildenhues <[email protected]>
Date:   Sun Sep 19 10:29:22 2010 +0200

    autom4te: add traces for likely future Automake macros
    
    * lib/autom4te.in (Automake-preselections): Trace
    AM_MAKEFILE_INCLUDE, AM_NLS, AM_POT_TOOLS, AM_PATH_GUILE,
    AM_PROG_MOC, AM_XGETTEXT_OPTION, _AM_MAKEFILE_INCLUDE.
    
    Signed-off-by: Ralf Wildenhues <[email protected]>
    Signed-off-by: Eric Blake <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog       |    7 +++++++
 lib/autom4te.in |    7 +++++++
 2 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0bcb10e..c0c2a17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-22  Ralf Wildenhues  <[email protected]>
+
+	autom4te: add traces for likely future Automake macros
+	* lib/autom4te.in (Automake-preselections): Trace
+	AM_MAKEFILE_INCLUDE, AM_NLS, AM_POT_TOOLS, AM_PATH_GUILE,
+	AM_PROG_MOC, AM_XGETTEXT_OPTION, _AM_MAKEFILE_INCLUDE.
+
 2010-09-22  Eric Blake  <[email protected]>
 
 	AC_REPLACE_FUNCS: allow split lines again
diff --git a/lib/autom4te.in b/lib/autom4te.in
index 6563e2e..434210e 100644
--- a/lib/autom4te.in
+++ b/lib/autom4te.in
@@ -57,13 +57,20 @@ args: --preselect AM_ENABLE_MULTILIB
 args: --preselect AM_GNU_GETTEXT
 args: --preselect AM_GNU_GETTEXT_INTL_SUBDIR
 args: --preselect AM_INIT_AUTOMAKE
+args: --preselect AM_MAKEFILE_INCLUDE
 args: --preselect AM_MAINTAINER_MODE
+args: --preselect AM_NLS
+args: --preselect AM_POT_TOOLS
+args: --preselect AM_PATH_GUILE
 args: --preselect AM_PROG_AR
 args: --preselect AM_PROG_CC_C_O
 args: --preselect AM_PROG_CXX_C_O
 args: --preselect AM_PROG_F77_C_O
 args: --preselect AM_PROG_FC_C_O
+args: --preselect AM_PROG_MOC
 args: --preselect AM_SILENT_RULES
+args: --preselect AM_XGETTEXT_OPTION
+args: --preselect _AM_MAKEFILE_INCLUDE
 args: --preselect _AM_SUBST_NOTMAKE
 args: --preselect _AM_COND_IF
 args: --preselect _AM_COND_ELSE


hooks/post-receive
-- 
GNU Autoconf source repository