[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FYI: update Automake-preselections
From: |
Alexandre Duret-Lutz |
Subject: |
FYI: update Automake-preselections |
Date: |
Sat, 22 May 2004 23:58:28 +0200 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) |
CVS Libtool changed its tag interface.
So CVS Automake changed what it traces.
So I've installed this.
2004-05-22 Alexandre Duret-Lutz <address@hidden>
* lib/autom4te.in (Automake-preselections): Preselect
LT_SUPPORTED_TAG in lieu of AC_LIBTOOL_TAGS.
Index: lib/autom4te.in
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/autom4te.in,v
retrieving revision 1.23
diff -u -r1.23 autom4te.in
--- lib/autom4te.in 23 Feb 2004 08:27:52 -0000 1.23
+++ lib/autom4te.in 22 May 2004 20:40:49 -0000
@@ -44,7 +44,6 @@
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_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"
--
Alexandre Duret-Lutz
- FYI: update Automake-preselections,
Alexandre Duret-Lutz <=