]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Use two backslashes
authorPavel Roskin <proski@gnu.org>
Thu, 26 Apr 2001 14:07:44 +0000 (14:07 +0000)
committerPavel Roskin <proski@gnu.org>
Thu, 26 Apr 2001 14:07:44 +0000 (14:07 +0000)
before double quotes in the copyright notice, since the native
OpenBSD shell removes single backslashes in here-documents with
unquoted delimiters.

ChangeLog
acgeneral.m4
lib/autoconf/general.m4

index 87aadd7c7de21d209585ff013add7d330f787e85..b30de21a6afdcf98a68041302083cb364a633df7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-04-26  Pavel Roskin  <proski@gnu.org>
+
+       * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Use two backslashes
+       before double quotes in the copyright notice, since the native
+       OpenBSD shell removes single backslashes in here-documents with
+       unquoted delimiters.
+
 2001-04-25  Nicolas Joly  <njoly@pasteur.fr>
 
        * acgeneral.m4 (_AC_RUN_IFELSE): Clean `core' files.
@@ -85,9 +92,9 @@
 
 2001-04-15  Lars J. Aas  <larsa@sim.no>
 
-        * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Alter response on
-        `config.status --version' to be more compliant with the GNU Coding
-        Standards.
+       * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Alter response on
+       `config.status --version' to be more compliant with the GNU Coding
+       Standards.
 
 2001-04-13  Steven G. Johnson  <stevenj@alum.mit.edu>
 
index 70cc02dcb99ec99bfdb018dd187c8a8e4d40004b..15e74203f02d8cc377640c880995c5b91dbea724 100644 (file)
@@ -3701,7 +3701,7 @@ ac_cs_version="\\
 m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.status[]dnl
 m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
 configured by [$]0, generated by GNU Autoconf AC_ACVERSION,
-  with options \"`echo "$ac_configure_args" | sed 's/[[\\""\`\$]]/\\\\&/g'`\"
+  with options \\"`echo "$ac_configure_args" | sed 's/[[\\""\`\$]]/\\\\&/g'`\\"
 
 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
 Free Software Foundation, Inc.
index 70cc02dcb99ec99bfdb018dd187c8a8e4d40004b..15e74203f02d8cc377640c880995c5b91dbea724 100644 (file)
@@ -3701,7 +3701,7 @@ ac_cs_version="\\
 m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.status[]dnl
 m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
 configured by [$]0, generated by GNU Autoconf AC_ACVERSION,
-  with options \"`echo "$ac_configure_args" | sed 's/[[\\""\`\$]]/\\\\&/g'`\"
+  with options \\"`echo "$ac_configure_args" | sed 's/[[\\""\`\$]]/\\\\&/g'`\\"
 
 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
 Free Software Foundation, Inc.