]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Fix for PR automake/386:
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 13 Mar 2003 21:33:59 +0000 (21:33 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 13 Mar 2003 21:33:59 +0000 (21:33 +0000)
* m4/init.m4: Require Autoconf 2.55.
Reported by Owen Taylor.

ChangeLog
NEWS
THANKS
aclocal.m4
m4/init.m4

index f704fb440730a758e9dcc04fd77bc9762a5d5a84..302881da4aafaab8d3236f901c6e2d0c26f29271 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2003-03-13  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       Fix for PR automake/386:
+       * m4/init.m4: Require Autoconf 2.55.
+       Reported by Owen Taylor.
+
        * lib/am/depend2.am (?GENERIC?%EXT%.o, ?GENERIC?%EXT%.obj)
        (?GENERIC?%EXT%.lo): Use `mv -f' instead of `mv' in FASTDEP mode.
        Suggested by Matthias Andree.
diff --git a/NEWS b/NEWS
index c946cb412c8ab3efbe29b7d26221e402b77493e1..ec13ece9c8103f956b0ff53fb600cdbbcb17bb3a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/THANKS b/THANKS
index 4ab8d488072ab661636f3edbfb408bb1ec7f22a3..425fcfba3d595daf2205b51e10234ea8b45a499a 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -154,6 +154,7 @@ Nyul Laszlo         nyul@sol.cc.u-szeged.hu
 OKUJI Yoshinori                okuji@kuicr.kyoto-u.ac.jp
 Olivier Louchart-Fletcher olivier@zipworld.com.au
 Olly Betts             olly@muscat.co.uk
+Owen Taylor            otaylor@redhat.com
 Patrick Welche         prlw1@newn.cam.ac.uk
 Patrik Weiskircher     me@justp.at
 Paul Berrevoets                paul@swi.com
index fe224085ccf2923d3227787e876861bcaf056ed1..0fd6cba5fc6b2c9ea5fc6c67e56819b4e68ecc9e 100644 (file)
@@ -16,7 +16,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
@@ -43,7 +43,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.
index 4c24f7571d6ca9afc716a289670e8d693cb2f146..8693fd2358ecd906b197bcec003f3264fb9297c2 100644 (file)
@@ -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.