diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-12-29 11:01:40 +0100 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-12-29 11:01:40 +0100 |
commit | adc8482c102058ea9db2f22db90e0c995d35d174 (patch) | |
tree | 2fca20ef93a014ba53125eba7d1e653179c5400d /lib/autom4te.in | |
parent | 685f4bd8b94d9efd2b809c8bd18a6f1c43604470 (diff) | |
download | autoconf-adc8482c102058ea9db2f22db90e0c995d35d174.tar.gz |
preselections: update for Automake 1.13.
Issue revealed by a failure in test "36: autom4te preselections".
* autoconf/lib/autom4te.in (Automake-preselections): Add
'AM_EXTRA_RECURSIVE_TARGETS', remove '_AM_EXTRA_RECURSIVE_TARGETS';
this latter is not, and will not be, present in any *released*
Automake version.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'lib/autom4te.in')
-rw-r--r-- | lib/autom4te.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/autom4te.in b/lib/autom4te.in index cd621a2b..e5346963 100644 --- a/lib/autom4te.in +++ b/lib/autom4te.in @@ -56,7 +56,7 @@ args: --preselect AC_SUBST_TRACE args: --preselect AM_AUTOMAKE_VERSION args: --preselect AM_CONDITIONAL args: --preselect AM_ENABLE_MULTILIB -args: --preselect _AM_EXTRA_RECURSIVE_TARGETS +args: --preselect AM_EXTRA_RECURSIVE_TARGETS args: --preselect AM_GNU_GETTEXT args: --preselect AM_GNU_GETTEXT_INTL_SUBDIR args: --preselect AM_INIT_AUTOMAKE |