OSDN Git Service

tcl/ChangeLog:
authoraoliva <aoliva>
Wed, 8 Feb 2006 02:13:02 +0000 (02:13 +0000)
committeraoliva <aoliva>
Wed, 8 Feb 2006 02:13:02 +0000 (02:13 +0000)
* unix/tcl.m4 (SC_CONFIG_CFLAGS, SC_BLOCKING_STYLE): Remove
unmatched single quote inside backticks.
* unix/configure: Rebuild.
tk/ChangeLog:
* unix/tcl.m4 (SC_CONFIG_CFLAGS, SC_BLOCKING_STYLE): Remove
unmatched single quote inside backticks.
* unix/configure: Rebuild.

tcl/ChangeLog
tcl/unix/configure
tcl/unix/tcl.m4
tk/ChangeLog
tk/unix/configure
tk/unix/tcl.m4

index fb16550..bff400f 100644 (file)
@@ -1,3 +1,9 @@
+2006-02-08  Alexandre Oliva  <aoliva@redhat.com>
+
+       * unix/tcl.m4 (SC_CONFIG_CFLAGS, SC_BLOCKING_STYLE): Remove
+       unmatched single quote inside backticks.
+       * unix/configure: Rebuild.
+
 2006-02-02  Christopher Faylor  <cgf@timesys.com>
 
        * win/tclWin32Dll.c (_except_checkstackspace_handler): Define with
index 2b460b2..da8b771 100755 (executable)
@@ -5505,7 +5505,7 @@ echo "configure:5496: 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`
@@ -7045,7 +7045,7 @@ echo "configure:7037: checking FIONBIO vs. O_NONBLOCK for nonblocking I/O" >&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`
index 0575a33..17995bd 100644 (file)
@@ -755,7 +755,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`
@@ -2074,7 +2074,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`
index d4580da..071ce97 100644 (file)
@@ -1,3 +1,9 @@
+2006-02-08  Alexandre Oliva  <aoliva@redhat.com>
+
+       * unix/tcl.m4 (SC_CONFIG_CFLAGS, SC_BLOCKING_STYLE): Remove
+       unmatched single quote inside backticks.
+       * unix/configure: Rebuild.
+
 2003-10-15  Ben Elliston  <bje@wasabisystems.com>
 
        * win/tcl.m4 (SC_PROG_TCLSH): Replace with version from tcl/win.
index d02d11a..56f70eb 100755 (executable)
@@ -1949,7 +1949,7 @@ echo "configure:1940: 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`
index 9284ddc..79314fe 100644 (file)
@@ -750,7 +750,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`
@@ -2068,7 +2068,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`