]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autom4te.in (Automake-preselections): Preselect
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 22 May 2004 21:58:19 +0000 (21:58 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 22 May 2004 21:58:19 +0000 (21:58 +0000)
LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.

ChangeLog
lib/autom4te.in

index a474cdcab8b20870da8eea00a742d50d5bce2765..32810f80d0861094227027d909d02e841fc8778b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-22  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * lib/autom4te.in (Automake-preselections): Preselect
+       LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
+
 2004-05-19  Kevin Ryde  <user42@zip.com.au>
 
        * doc/autoconf.texi (Function Portability): Add strerror_r, cross
 
        * 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
index 6cf3173d9bf3f54f37ea5a82e0a4fe2989a237dd..fad18e9e05c817be09e896f91f8a1e9d11e93188 100644 (file)
@@ -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"