From: Eric Blake Date: Sat, 24 Feb 2007 21:48:24 +0000 (+0000) Subject: * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Update X-Git-Tag: v2.62~352 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74416a3598b9ec94edc080787397c1c54cd117c7;p=thirdparty%2Fautoconf.git * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Update copyright. * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise. * lib/autotest/general.m4 (AT_INIT): Likewise. (_AT_DECIDE_TRACEABLE): Fix syntax highlighting. --- diff --git a/ChangeLog b/ChangeLog index 7aca622d..844bd34f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-02-24 Eric Blake + + * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Update + copyright. + * lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise. + * lib/autotest/general.m4 (AT_INIT): Likewise. + (_AT_DECIDE_TRACEABLE): Fix syntax highlighting. + 2007-02-13 Ralf Wildenhues * lib/autotest/general.m4 (AT_INIT): With --clean, return exit diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 3ff81e38..0773a933 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -1,7 +1,7 @@ # This file is part of Autoconf. -*- Autoconf -*- # Parameterized macros. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -337,7 +337,7 @@ m4_ifset([AC_PACKAGE_BUGREPORT], m4_define([_AC_INIT_COPYRIGHT], [AC_COPYRIGHT( [Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it.], [VERSION_FSF])dnl diff --git a/lib/autoconf/status.m4 b/lib/autoconf/status.m4 index 86f8bb0f..6d193f5a 100644 --- a/lib/autoconf/status.m4 +++ b/lib/autoconf/status.m4 @@ -1325,7 +1325,7 @@ m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) configured by $[0], generated by m4_PACKAGE_STRING, with options \\"`AS_ECHO(["$ac_configure_args"]) | sed 's/^ //; s/[[\\""\`\$]]/\\\\&/g'`\\" -Copyright (C) 2006 Free Software Foundation, Inc. +Copyright (C) 2007 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4 index 139ea432..95fd7694 100644 --- a/lib/autotest/general.m4 +++ b/lib/autotest/general.m4 @@ -191,7 +191,7 @@ m4_define([AT_groups_all], []) m4_define([AT_help_all], []) AS_INIT AT_COPYRIGHT( -[Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +[Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This test suite is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it.]) @@ -1424,7 +1424,7 @@ m4_ifval(m4_defn([at_reason]), [echo 'Not enabling shell tracing (command contains ]m4_defn([at_reason])[)'], [m4_bmatch([$1], [\$], dnl COMMANDS may contain parameter expansions; expand them at runtime. -[case "AS_ESCAPE([$1], [`"\])" in +[case "AS_ESCAPE([$1], [`\"])" in *' '*) echo 'Not enabling shell tracing (command contains an embedded newline)' ;; *) at_trace_this=yes ;;