automake-patches
[Top][All Lists]
Advanced

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

FYI: require Autoconf 2.55 in m4/init.m4 (HEAD)


From: Alexandre Duret-Lutz
Subject: FYI: require Autoconf 2.55 in m4/init.m4 (HEAD)
Date: Thu, 13 Mar 2003 22:32:13 +0100
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 (gnu/linux)

I'm installing this on HEAD.

2003-03-13  Alexandre Duret-Lutz  <address@hidden>

        Fix for PR automake/386:
        * m4/init.m4: Require Autoconf 2.55.
        Reported by Owen Taylor.

Index: NEWS
===================================================================
RCS file: /cvs/automake/automake/NEWS,v
retrieving revision 1.205
diff -u -r1.205 NEWS
--- NEWS        26 Feb 2003 20:53:47 -0000      1.205
+++ NEWS        13 Mar 2003 21:28:22 -0000
@@ -1,6 +1,8 @@
 New in 1.7a:
 * The NEWS file is more verbose.
 
+* Autoconf 2.55 or greater is required.
+
 * Defining programs conditionally using Automake conditionals
   no longer leads to a combinatorial explosion.  The following
   construct used to be troublesome when used with dozens
Index: THANKS
===================================================================
RCS file: /cvs/automake/automake/THANKS,v
retrieving revision 1.211
diff -u -r1.211 THANKS
--- THANKS      13 Mar 2003 20:50:58 -0000      1.211
+++ THANKS      13 Mar 2003 21:28:22 -0000
@@ -154,6 +154,7 @@
 OKUJI Yoshinori                address@hidden
 Olivier Louchart-Fletcher address@hidden
 Olly Betts             address@hidden
+Owen Taylor            address@hidden
 Patrick Welche         address@hidden
 Patrik Weiskircher     address@hidden
 Paul Berrevoets                address@hidden
Index: m4/init.m4
===================================================================
RCS file: /cvs/automake/automake/m4/init.m4,v
retrieving revision 1.53
diff -u -r1.53 init.m4
--- m4/init.m4  4 Feb 2003 20:00:12 -0000       1.53
+++ m4/init.m4  13 Mar 2003 21:28:35 -0000
@@ -3,7 +3,7 @@
 # This macro actually does too much some checks are only needed if
 # your package does certain things.  But this isn't really a big deal.
 
-# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 # Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
@@ -30,7 +30,7 @@
 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
 
 
-AC_PREREQ([2.54])
+AC_PREREQ([2.55])
 
 # Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow
 # the ones we care about.

-- 
Alexandre Duret-Lutz





reply via email to

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