autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: updating autom4te.cfg for CVS Automake


From: Alexandre Duret-Lutz
Subject: FYI: updating autom4te.cfg for CVS Automake
Date: Mon, 02 Aug 2004 00:30:00 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

I'm checking this in.

2004-08-02  Alexandre Duret-Lutz  <address@hidden>

        * lib/autom4te.in (Automake-preselections): Preselect
        AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.  Automake 1.9.1 will
        trace them.

Index: lib/autom4te.in
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/autom4te.in,v
retrieving revision 1.24
diff -u -r1.24 autom4te.in
--- lib/autom4te.in     22 May 2004 21:58:20 -0000      1.24
+++ lib/autom4te.in     1 Aug 2004 22:27:17 -0000
@@ -35,8 +35,12 @@
 ## ------------------------ ##
 
 begin-language: "Automake-preselections"
+args: --preselect AC_CANONICAL_BUILD
 args: --preselect AC_CANONICAL_HOST
+# AC_CANONICAL_SYSTEM was traced from Automake 1.7 to Automake 1.9.
+# Later versions trace AC_CANONICAL_TARGET instead.
 args: --preselect AC_CANONICAL_SYSTEM
+args: --preselect AC_CANONICAL_TARGET
 args: --preselect AC_CONFIG_AUX_DIR
 args: --preselect AC_CONFIG_FILES
 args: --preselect AC_CONFIG_HEADERS
-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]