OSDN Git Service

From Pavel Roskin <proski@gnu.org>:
authorkseitz <kseitz>
Tue, 21 Mar 2006 18:39:11 +0000 (18:39 +0000)
committerkseitz <kseitz>
Tue, 21 Mar 2006 18:39:11 +0000 (18:39 +0000)
        * tcl.m4 (SC_CONFIG_CFLAGS, SC_BLOCKING_STYLE) :  Remove
        unmatched single quote inside backticks. Not used but better
        safe than sorry.

itcl/iwidgets/ChangeLog.SOURCES
itcl/iwidgets/tcl.m4

index e0f0f5b..b8912cc 100644 (file)
@@ -1,3 +1,10 @@
+2006-03-21  Keith Seitz  <keiths@redhat.com>
+
+       From Pavel Roskin <proski@gnu.org>:
+       * tcl.m4 (SC_CONFIG_CFLAGS, SC_BLOCKING_STYLE) :  Remove
+       unmatched single quote inside backticks. Not used but better
+       safe than sorry.
+
 2003-02-24  Keith Seitz  <keiths@redhat.com>
 
        * Makefile.in (distclean): Remove pkgIndex.tcl and iwidgets.tcl, too.
index e1b5106..8a80bd0 100644 (file)
@@ -586,7 +586,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`
@@ -1452,7 +1452,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`