From 2ca3685e1bc5ab2a213ebe4b55e087954e122ff2 Mon Sep 17 00:00:00 2001 From: hobbs Date: Mon, 12 Dec 2005 20:58:18 +0000 Subject: * unix/tcl.m4, unix/configure: Fix sh quoting error reported in bash-3.1+ [Bug 1377619] (schafer) --- ChangeLog | 8 ++++++-- unix/configure | 4 ++-- unix/tcl.m4 | 4 ++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3fb2f35..3fd4a67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,13 @@ +2005-12-12 Jeff Hobbs + + * unix/tcl.m4, unix/configure: Fix sh quoting error reported in + bash-3.1+ [Bug 1377619] (schafer) + 2005-12-12 Kevin B. Kenny * doc/mathfunc.n: Changed two examples from the incorrect 'tcl::math::' to 'tcl::mathfunc::' [Bug 1378818] - - + 2005-12-09 Mo DeJong * win/configure: Regen. diff --git a/unix/configure b/unix/configure index d906f7b..9bdbe82 100755 --- a/unix/configure +++ b/unix/configure @@ -6254,7 +6254,7 @@ echo "${ECHO_T}unknown (can't find uname command)" >&6 # 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` @@ -14829,7 +14829,7 @@ echo $ECHO_N "checking FIONBIO vs. O_NONBLOCK for nonblocking I/O... $ECHO_C" >& # 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 211dae3..c313068 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -956,7 +956,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` @@ -2257,7 +2257,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