* m4/init.m4: Require Autoconf 2.55.
Reported by Owen Taylor.
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.
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
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
# 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
# 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.
# 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
# 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.