gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, feature/zOS-try2, updated. gawk-4.1.0-73


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/zOS-try2, updated. gawk-4.1.0-733-gcf98a59
Date: Fri, 14 Aug 2015 13:03:41 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, feature/zOS-try2 has been updated
       via  cf98a594c37cc3007a38a3a02e1a2e993f729ecf (commit)
      from  09f77c4f7422beb0babbe04e6c707d07df7de6d4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=cf98a594c37cc3007a38a3a02e1a2e993f729ecf

commit cf98a594c37cc3007a38a3a02e1a2e993f729ecf
Author: Arnold D. Robbins <address@hidden>
Date:   Fri Aug 14 16:03:20 2015 +0300

    Comment out failure if c89 compiler in configure.

diff --git a/configure b/configure
index 7520e2b..78f1681 100755
--- a/configure
+++ b/configure
@@ -5876,7 +5876,7 @@ then
   then
                         if echo " $CC " | $EGREP ' (/bin/)?(cc|c89) ' 
>/dev/null
     then
-      as_fn_error $? "invalid-cc
+:      as_fn_error $? "invalid-cc
 GNU Awk does not support the \"cc\" nor \"c89\" compiler frontends on z/OS.
 Please set CC to \"c99\" or one of the \"xlc\" frontends." "$LINENO" 5
     fi
diff --git a/extension/configure b/extension/configure
index ea3136c..40eccf5 100755
--- a/extension/configure
+++ b/extension/configure
@@ -3673,7 +3673,7 @@ then
   then
                         if echo " $CC " | $EGREP ' (/bin/)?(cc|c89) ' 
>/dev/null
     then
-      as_fn_error $? "invalid-cc
+:      as_fn_error $? "invalid-cc
 GNU Awk does not support the \"cc\" nor \"c89\" compiler frontends on z/OS.
 Please set CC to \"c99\" or one of the \"xlc\" frontends." "$LINENO" 5
     fi
diff --git a/m4/arch.m4 b/m4/arch.m4
index 193704a..be15a27 100644
--- a/m4/arch.m4
+++ b/m4/arch.m4
@@ -74,7 +74,7 @@ then
     dnl "-W c,langlvl(stdc99,libext)". Good luck quoting that.)
     if echo " $CC " | $EGREP ' (/bin/)?(cc|c89) ' >/dev/null
     then
-      AC_MSG_ERROR([invalid-cc
+:      AC_MSG_ERROR([invalid-cc
 GNU Awk does not support the "cc" nor "c89" compiler frontends on z/OS.
 Please set CC to "c99" or one of the "xlc" frontends.])
     fi

-----------------------------------------------------------------------

Summary of changes:
 configure           |    2 +-
 extension/configure |    2 +-
 m4/arch.m4          |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]