autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.65-35-g


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.65-35-ga2889ee
Date: Sun, 24 Jan 2010 08:34:09 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=a2889ee464562b0b91c1bd6dd00d846ce4b022a0

The branch, master has been updated
       via  a2889ee464562b0b91c1bd6dd00d846ce4b022a0 (commit)
      from  7dbbe5693ded3e2ef3e694810608db9f007460d6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a2889ee464562b0b91c1bd6dd00d846ce4b022a0
Author: Ralf Wildenhues <address@hidden>
Date:   Sun Jan 24 09:33:25 2010 +0100

    Fix substitution of carriage return on Darwin.
    
    * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Set
    ac_cs_awk_cr to '\\r', so that sed portably expands this to '\r'
    rather than a literal carriage return, to fix substitution on
    Darwin.  Regression introduced in 2.63b.
    Report by Peter O'Gorman.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog              |    9 +++++++++
 lib/autoconf/status.m4 |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ec631ff..18aa169 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-01-24  Ralf Wildenhues  <address@hidden>
+
+       Fix substitution of carriage return on Darwin.
+       * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Set
+       ac_cs_awk_cr to '\\r', so that sed portably expands this to '\r'
+       rather than a literal carriage return, to fix substitution on
+       Darwin.  Regression introduced in 2.63b.
+       Report by Peter O'Gorman.
+
 2010-01-21  Dmitry V. Levin <address@hidden>
 
        Fix test failure when a shell uses $TMPDIR for here-documents.
diff --git a/lib/autoconf/status.m4 b/lib/autoconf/status.m4
index 3fddc38..5988a61 100644
--- a/lib/autoconf/status.m4
+++ b/lib/autoconf/status.m4
@@ -364,7 +364,7 @@ if test "x$ac_cr" = x; then
 fi
 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
-  ac_cs_awk_cr='\r'
+  ac_cs_awk_cr='\\r'
 else
   ac_cs_awk_cr=$ac_cr
 fi


hooks/post-receive
-- 
GNU Autoconf source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]