OSDN Git Service

* tclconfig/tcl.m4 (TEA_CONFIG_CFLAGS): Remove extranous single quote.
authordevans <devans>
Fri, 8 Aug 2008 02:54:38 +0000 (02:54 +0000)
committerdevans <devans>
Fri, 8 Aug 2008 02:54:38 +0000 (02:54 +0000)
Fix quoting of arg to awk.
(TEA_BLOCKING_STYLE): Ditto.
* configure: Regenerate.

itcl/itcl/ChangeLog
itcl/itcl/configure
itcl/itcl/tclconfig/tcl.m4
itcl/itk/ChangeLog
itcl/itk/configure
itcl/itk/tclconfig/tcl.m4
itcl/iwidgets/ChangeLog
itcl/iwidgets/tclconfig/tcl.m4

index 777cced..8d933b4 100644 (file)
@@ -1,3 +1,10 @@
+2008-08-07  Doug Evans  <dje@google.com>
+
+       * tclconfig/tcl.m4 (TEA_CONFIG_CFLAGS): Remove extranous single quote.
+       Fix quoting of arg to awk.
+       (TEA_BLOCKING_STYLE): Ditto.
+       * configure: Regenerate.
+
 2005-03-25  Jeff Hobbs  <jeffh@ActiveState.com>
 
        * Makefile.in:                           OS X patches from Steffen
index 0d6b10b..4041fd8 100755 (executable)
@@ -6947,7 +6947,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 $3}' /etc/.relid`
            fi
            if test "`uname -s`" = "AIX" ; then
                system=AIX-`uname -v`.`uname -r`
@@ -8684,7 +8684,7 @@ _ACEOF
                arch=`isainfo`
                if test "$arch" = "sparcv9 sparc" ; then
                        if test "$GCC" = "yes" ; then
-                           if test "`gcc -dumpversion` | awk -F. '{print }'" -lt "3" ; then
+                           if test "`gcc -dumpversion` | awk -F. '{print $1}'" -lt "3" ; then
                                { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&5
 echo "$as_me: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&2;}
                            else
index 3cd0408..bc290db 100644 (file)
@@ -809,7 +809,7 @@ AC_DEFUN(TEA_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`
@@ -1621,7 +1621,7 @@ dnl AC_CHECK_TOOL(AR, ar, :)
                arch=`isainfo`
                if test "$arch" = "sparcv9 sparc" ; then
                        if test "$GCC" = "yes" ; then
-                           if test "`gcc -dumpversion` | awk -F. '{print $1}'" -lt "3" ; then
+                           if test "`gcc -dumpversion` | awk -F. '{print $[1]}'" -lt "3" ; then
                                AC_MSG_WARN([64bit mode not supported with GCC < 3.2 on $system])
                            else
                                do64bit_ok=yes
@@ -2223,7 +2223,7 @@ AC_DEFUN(TEA_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 777cced..8d933b4 100644 (file)
@@ -1,3 +1,10 @@
+2008-08-07  Doug Evans  <dje@google.com>
+
+       * tclconfig/tcl.m4 (TEA_CONFIG_CFLAGS): Remove extranous single quote.
+       Fix quoting of arg to awk.
+       (TEA_BLOCKING_STYLE): Ditto.
+       * configure: Regenerate.
+
 2005-03-25  Jeff Hobbs  <jeffh@ActiveState.com>
 
        * Makefile.in:                           OS X patches from Steffen
index 7a9c8c9..71a59a5 100755 (executable)
@@ -7782,7 +7782,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 $3}' /etc/.relid`
            fi
            if test "`uname -s`" = "AIX" ; then
                system=AIX-`uname -v`.`uname -r`
@@ -9519,7 +9519,7 @@ _ACEOF
                arch=`isainfo`
                if test "$arch" = "sparcv9 sparc" ; then
                        if test "$GCC" = "yes" ; then
-                           if test "`gcc -dumpversion` | awk -F. '{print }'" -lt "3" ; then
+                           if test "`gcc -dumpversion` | awk -F. '{print $1}'" -lt "3" ; then
                                { echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&5
 echo "$as_me: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&2;}
                            else
index 3cd0408..bc290db 100644 (file)
@@ -809,7 +809,7 @@ AC_DEFUN(TEA_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`
@@ -1621,7 +1621,7 @@ dnl AC_CHECK_TOOL(AR, ar, :)
                arch=`isainfo`
                if test "$arch" = "sparcv9 sparc" ; then
                        if test "$GCC" = "yes" ; then
-                           if test "`gcc -dumpversion` | awk -F. '{print $1}'" -lt "3" ; then
+                           if test "`gcc -dumpversion` | awk -F. '{print $[1]}'" -lt "3" ; then
                                AC_MSG_WARN([64bit mode not supported with GCC < 3.2 on $system])
                            else
                                do64bit_ok=yes
@@ -2223,7 +2223,7 @@ AC_DEFUN(TEA_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 76b8dca..6962bc3 100644 (file)
@@ -1,3 +1,9 @@
+2008-08-07  Doug Evans  <dje@google.com>
+
+       * tclconfig/tcl.m4 (TEA_CONFIG_CFLAGS): Remove extranous single quote.
+       Fix quoting of arg to awk.
+       (TEA_BLOCKING_STYLE): Ditto.
+
 =-=-=-=-=-=-=-=-=-=-= BEGIN IWIDGETS 4.0.1 CHANGES =-=-=-=-=-=-=-=-=-=-=-
 2002-09-09  Chad Smith  <csmith@adc.com>
     * Makefile.in: SF ticket 227921
index 3cd0408..bc290db 100644 (file)
@@ -809,7 +809,7 @@ AC_DEFUN(TEA_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`
@@ -1621,7 +1621,7 @@ dnl AC_CHECK_TOOL(AR, ar, :)
                arch=`isainfo`
                if test "$arch" = "sparcv9 sparc" ; then
                        if test "$GCC" = "yes" ; then
-                           if test "`gcc -dumpversion` | awk -F. '{print $1}'" -lt "3" ; then
+                           if test "`gcc -dumpversion` | awk -F. '{print $[1]}'" -lt "3" ; then
                                AC_MSG_WARN([64bit mode not supported with GCC < 3.2 on $system])
                            else
                                do64bit_ok=yes
@@ -2223,7 +2223,7 @@ AC_DEFUN(TEA_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`