]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Update
authorEric Blake <ebb9@byu.net>
Sat, 24 Feb 2007 21:48:24 +0000 (21:48 +0000)
committerEric Blake <ebb9@byu.net>
Sat, 24 Feb 2007 21:48:24 +0000 (21:48 +0000)
copyright.
* lib/autoconf/general.m4 (_AC_INIT_COPYRIGHT): Likewise.
* lib/autotest/general.m4 (AT_INIT): Likewise.
(_AT_DECIDE_TRACEABLE): Fix syntax highlighting.

ChangeLog
lib/autoconf/general.m4
lib/autoconf/status.m4
lib/autotest/general.m4

index 7aca622d56c6ed0fe8d1b62807d7403f2294ab1e..844bd34f44fd55cd561bb927c9c042f08261d975 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-02-24  Eric Blake  <ebb9@byu.net>
+
+       * 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  <Ralf.Wildenhues@gmx.de>
 
        * lib/autotest/general.m4 (AT_INIT): With --clean, return exit
index 3ff81e386a39517d00296713c6e9714ba6078522..0773a933f945ef4fb6690b919e30388fcea243ef 100644 (file)
@@ -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
index 86f8bb0f49444da26191e1639fa5cb78d2c5c864..6d193f5a652f8f23ed791c8f9cbeaf454f59d010 100644 (file)
@@ -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."
 
index 139ea432d5646ef803c4e9143f380fab1925dc69..95fd76947499b2ead075508f8d45e1a8fb4c1f8d 100644 (file)
@@ -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 ;;