From d5a443172ee410e009c7e6d7769f8b774d74d3e0 Mon Sep 17 00:00:00 2001 From: hobbs Date: Mon, 12 Dec 2005 20:55:39 +0000 Subject: * unix/tcl.m4, unix/configure: Fix sh quoting error reported in bash-3.1+ [Bug 1377619] (schafer) --- ChangeLog | 23 ++++++++++++++--------- unix/configure | 2 +- unix/tcl.m4 | 4 ++-- 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7b400ee..674a860 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,14 +1,19 @@ +2005-12-12 Jeff Hobbs + + * unix/tcl.m4, unix/configure: Fix sh quoting error reported in + bash-3.1+ [Bug 1377619] (schafer) + 2005-12-08 Daniel Steffen - * macosx/tkMacOSXDraw.c: remove inclusion of tclInt.h and use of tcl - * macosx/tkMacOSXFont.c: internals wherever possible in tk/macosx, the - * macosx/tkMacOSXInit.c: only remaining tcl internals in TkAqua are - * macosx/tkMacOSXNotify.c: TclServiceIdle() in tkMacOSXScrlbr.c and - * macosx/tkMacOSXScrlbr.c: Tcl_Get/SetStartupScript() in tkMacOSXInit.c - [Bug 1336531]. - * macosx/tkMacOSXInt.h: - * macosx/tkMacOSXWindowEvent.c: - * macosx/tkMacOSXXStubs.c: sync comments/whitespace with HEAD. + * macosx/tkMacOSXDraw.c: remove inclusion of tclInt.h and use of tcl + * macosx/tkMacOSXFont.c: internals wherever possible in tk/macosx, the + * macosx/tkMacOSXInit.c: only remaining tcl internals in TkAqua are + * macosx/tkMacOSXNotify.c: TclServiceIdle() in tkMacOSXScrlbr.c and + * macosx/tkMacOSXScrlbr.c: Tcl_Get/SetStartupScript() in tkMacOSXInit.c + [Bug 1336531]. + * macosx/tkMacOSXInt.h: + * macosx/tkMacOSXWindowEvent.c: + * macosx/tkMacOSXXStubs.c: sync comments/whitespace with HEAD. 2005-12-05 Jeff Hobbs diff --git a/unix/configure b/unix/configure index f6b1b30..0f06e27 100755 --- a/unix/configure +++ b/unix/configure @@ -1946,7 +1946,7 @@ echo "configure:1937: checking system version (for dynamic loading)" >&5 # results, and the version is kept in special file). if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then - system=MP-RAS-`awk '{print }' /etc/.relid'` + system=MP-RAS-`awk '{print }' /etc/.relid` fi if test "`uname -s`" = "AIX" ; then system=AIX-`uname -v`.`uname -r` diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 01479b2..1c11781 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -879,7 +879,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ # results, and the version is kept in special file). if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then - system=MP-RAS-`awk '{print $3}' /etc/.relid'` + system=MP-RAS-`awk '{print $3}' /etc/.relid` fi if test "`uname -s`" = "AIX" ; then system=AIX-`uname -v`.`uname -r` @@ -2317,7 +2317,7 @@ AC_DEFUN(SC_BLOCKING_STYLE, [ # results, and the version is kept in special file). if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then - system=MP-RAS-`awk '{print $3}' /etc/.relid'` + system=MP-RAS-`awk '{print $3}' /etc/.relid` fi if test "`uname -s`" = "AIX" ; then system=AIX-`uname -v`.`uname -r` -- cgit v0.12