[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FYI: preselect AC_SUBST_TRACE for Automake
From: |
Alexandre Duret-Lutz |
Subject: |
FYI: preselect AC_SUBST_TRACE for Automake |
Date: |
Thu, 30 Jun 2005 13:09:21 +0200 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) |
I'm checking this in.
2005-06-30 Alexandre Duret-Lutz <address@hidden>
* lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
Index: lib/autom4te.in
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/autom4te.in,v
retrieving revision 1.27
diff -u -r1.27 autom4te.in
--- lib/autom4te.in 14 May 2005 07:00:39 -0000 1.27
+++ lib/autom4te.in 30 Jun 2005 11:08:55 -0000
@@ -1,6 +1,6 @@
# Definition of Autom4te option sets. -*- Makefile -*-
#
-# Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
#
# This file is part of GNU Autoconf.
#
@@ -49,7 +49,9 @@
args: --preselect AC_INIT
args: --preselect AC_LIBSOURCE
args: --preselect AC_REQUIRE_AUX_FILE
+# Automake < 1.10 traces AC_SUBST. Automake >= 1.10 traces AC_SUBST_TRACE.
args: --preselect AC_SUBST
+args: --preselect AC_SUBST_TRACE
args: --preselect AM_AUTOMAKE_VERSION
args: --preselect AM_CONDITIONAL
args: --preselect AM_GNU_GETTEXT
--
Alexandre Duret-Lutz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- FYI: preselect AC_SUBST_TRACE for Automake,
Alexandre Duret-Lutz <=