From: Akim Demaille Date: Thu, 7 Feb 2002 18:31:27 +0000 (+0000) Subject: Version 2.52h. X-Git-Tag: AUTOCONF-2.52h~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43309fee5d1662587846ea2e13f71b846cea8d7c;p=thirdparty%2Fautoconf.git Version 2.52h. --- diff --git a/ChangeLog b/ChangeLog index 4719600d6..d778afcc5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-02-07 Akim Demaille + + Version 2.52h. + 2002-02-07 Akim Demaille Fix Autoconf PR/209. diff --git a/Makefile.am b/Makefile.am index 6e3844bb2..051769bc7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -78,3 +78,4 @@ alpha_url_dir = gnu/autoconf wget_files = $(srcdir)/config/config.guess $(srcdir)/config/config.sub \ $(srcdir)/config/texinfo.tex \ $(srcdir)/doc/standards.texi $(srcdir)/doc/make-stds.texi +cvs_files = $(srcdir)/config/missing diff --git a/Makefile.in b/Makefile.in index 32762ea60..8a02fdb1c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -111,6 +111,7 @@ wget_files = $(srcdir)/config/config.guess $(srcdir)/config/config.sub \ $(srcdir)/config/texinfo.tex \ $(srcdir)/doc/standards.texi $(srcdir)/doc/make-stds.texi +cvs_files = $(srcdir)/config/missing subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 49327a7b4..03f905815 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -1,6 +1,6 @@ # This file is part of Autoconf. -*- Autoconf -*- # Parameterized macros. -# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify @@ -401,7 +401,7 @@ m4_ifset([AC_PACKAGE_BUGREPORT], # user copyrights, and after the setup of the --version handling. m4_define([_AC_INIT_COPYRIGHT], [AC_COPYRIGHT( -[Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 +[Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it.],