* 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]> --- * Ralf Wildenhues wrote on Sat, Sep 18, 2010 at 07:23:54AM CEST: > I've considered adding a few names to lib/autom4te.in speculatively, > since Automake will be needing more of those. I'm not sure if that > is sensible before we have code, but it sure could help not having > to require unreleased Autoconf; as of now, I'm not aware of these > new macro branches needing other support in Autoconf explicitly. A patch to this end would be this (with type AM_PROG_MOC fixed). Cheers, Ralf ChangeLog | 7 +++++++ lib/autom4te.in | 7 +++++++ 2 files changed, 14 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5c80f7c..4f37265 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-09-19 Ralf Wildenhues <[email protected]> + + Add autom4te 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-16 Ralf Wildenhues <[email protected]> Add autom4te trace for AM_PROG_AR. 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 -- 1.7.3.rc1
