From: Alexandre Duret-Lutz Date: Thu, 13 Mar 2003 21:33:59 +0000 (+0000) Subject: Fix for PR automake/386: X-Git-Tag: Release-1-7-3b~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c960b137d07f4d8bcc17b79d93bcc0862ad9ca1;p=thirdparty%2Fautomake.git Fix for PR automake/386: * m4/init.m4: Require Autoconf 2.55. Reported by Owen Taylor. --- diff --git a/ChangeLog b/ChangeLog index f704fb440..302881da4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2003-03-13 Alexandre Duret-Lutz + 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 c946cb412..ec13ece9c 100644 --- 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 4ab8d4880..425fcfba3 100644 --- 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 diff --git a/aclocal.m4 b/aclocal.m4 index fe224085c..0fd6cba5f 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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. diff --git a/m4/init.m4 b/m4/init.m4 index 4c24f7571..8693fd235 100644 --- a/m4/init.m4 +++ b/m4/init.m4 @@ -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.