]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 7 Jan 2004 22:07:07 +0000 (22:07 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 7 Jan 2004 22:07:07 +0000 (22:07 +0000)
and _LT_AC_TAGCONFIG.

ChangeLog
lib/autom4te.in

index cd1c558ec36938b06cbcf633a0274b27f85584b9..404b305e8c60ddf8f66f115e47cc7b5706aa95b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-07  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * lib/autom4te.in (Automake-preselections): Preselect AC_LIBTOOL_TAGS
+       and _LT_AC_TAGCONFIG.
+
 2004-01-06  Paul Eggert  <eggert@twinsun.com>
 
        * doc/autoconf.texi (One Macro Call): Fix an incorrect
@@ -42,7 +47,7 @@
        srcdir): Likewise.
        * doc/autoconf.texi (Limitations of Usual Tools):
        Warn against "rm -fr".
-       
+
 2004-01-03  Paul Eggert  <eggert@twinsun.com>
 
        * doc/autoconf.texi (Limitations of Usual Tools): Mention that cc
index 7cb868a151bea43acdd39b9e6f97b3be6c559081..e11ea54de1e4b17bf8b03809f7d2ff4ededfb7de 100644 (file)
@@ -1,6 +1,6 @@
 # Definition of Autom4te option sets.                     -*- Makefile -*-
 #
-# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 #
 # This file is part of GNU Autoconf.
 #
@@ -44,6 +44,7 @@ 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
@@ -53,6 +54,7 @@ args: --preselect AM_MAINTAINER_MODE
 args: --preselect AM_PROG_CC_C_O
 args: --preselect m4_include
 args: --preselect m4_sinclude
+args: --preselect _LT_AC_TAGCONFIG
 end-language: "Automake-preselections"