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, updated. gawk-4.1.0-727-g1d


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/zOS, updated. gawk-4.1.0-727-g1df0537
Date: Wed, 15 Jul 2015 07:12:15 +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 has been updated
       via  1df053779b9f66ccdc792f67f560def145ff7437 (commit)
      from  283358128d0df79b543456789502ab103d51dea3 (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=1df053779b9f66ccdc792f67f560def145ff7437

commit 1df053779b9f66ccdc792f67f560def145ff7437
Author: Arnold D. Robbins <address@hidden>
Date:   Wed Jul 15 10:11:57 2015 +0300

    Add patch from Daniel to arch/m4.

diff --git a/configure b/configure
index 5b94270..0f24317 100755
--- a/configure
+++ b/configure
@@ -5880,8 +5880,8 @@ then
 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
-        CFLAGS="$CFLAGS -qlanglvl=stdc99:libext"
-                CPPFLAGS="$CPPFLAGS -qhaltonmsg=CCN3296"
+    :    CFLAGS="$CFLAGS -qlanglvl=stdc99:libext"
+            :    CPPFLAGS="$CPPFLAGS -qhaltonmsg=CCN3296"
   fi
   ac_cv_zos_uss=yes
 else
diff --git a/m4/arch.m4 b/m4/arch.m4
index e1583a5..193704a 100644
--- a/m4/arch.m4
+++ b/m4/arch.m4
@@ -79,11 +79,11 @@ 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
     dnl This enables C99, and on z/OS 1.11, the setenv() prototype.
-    CFLAGS="$CFLAGS -qlanglvl=stdc99:libext"
+:    CFLAGS="$CFLAGS -qlanglvl=stdc99:libext"
     dnl This is needed so that xlc considers a missing header file to be an
     dnl error and not a warning. (Yes, the latter is in fact the default
     dnl behavior on z/OS.)
-    CPPFLAGS="$CPPFLAGS -qhaltonmsg=CCN3296"
+:    CPPFLAGS="$CPPFLAGS -qhaltonmsg=CCN3296"
   fi
   ac_cv_zos_uss=yes
 else

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

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


hooks/post-receive
-- 
gawk



reply via email to

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