From ac2dfd9caa5b339fd5783500e48e3f28b8fda511 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sat, 22 May 2004 21:58:19 +0000 Subject: [PATCH] * lib/autom4te.in (Automake-preselections): Preselect LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS. --- ChangeLog | 7 ++++++- lib/autom4te.in | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a474cdca..32810f80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-05-22 Alexandre Duret-Lutz + + * lib/autom4te.in (Automake-preselections): Preselect + LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS. + 2004-05-19 Kevin Ryde * doc/autoconf.texi (Function Portability): Add strerror_r, cross @@ -101,7 +106,7 @@ * lib/autoconf/c.m4 (_AC_PROG_CC_G, _AC_PROG_CXX_G): Don't consider -g to work if it generates warnings when plain compiles -v don't. Problem reported by Braden McDaniel in: + don't. Problem reported by Braden McDaniel in: http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00014.html * doc/autoconf.texi (Slashes): New section, to document a problem diff --git a/lib/autom4te.in b/lib/autom4te.in index 6cf3173d..fad18e9e 100644 --- a/lib/autom4te.in +++ b/lib/autom4te.in @@ -44,7 +44,6 @@ args: --preselect AC_CONFIG_LIBOBJ_DIR args: --preselect AC_CONFIG_LINKS args: --preselect AC_INIT args: --preselect AC_LIBSOURCE -args: --preselect AC_LIBTOOL_TAGS args: --preselect AC_SUBST args: --preselect AM_AUTOMAKE_VERSION args: --preselect AM_CONDITIONAL @@ -52,9 +51,10 @@ args: --preselect AM_GNU_GETTEXT args: --preselect AM_INIT_AUTOMAKE args: --preselect AM_MAINTAINER_MODE args: --preselect AM_PROG_CC_C_O +args: --preselect LT_SUPPORTED_TAG +args: --preselect _LT_AC_TAGCONFIG args: --preselect m4_include args: --preselect m4_sinclude -args: --preselect _LT_AC_TAGCONFIG end-language: "Automake-preselections"