gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, porting, updated. fc9ff1b7115e5b44b34f06


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, porting, updated. fc9ff1b7115e5b44b34f0694e099d51b75b2aac3
Date: Thu, 18 Apr 2013 16:58: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, porting has been updated
       via  fc9ff1b7115e5b44b34f0694e099d51b75b2aac3 (commit)
       via  af86a11b31001a3eb62f49fbd3f35889e00739c9 (commit)
       via  ba29af13ad3a3205ade5aa239531f836251427c2 (commit)
       via  f3d32c8f8fae2cdca2bc6ee12403532e7c67a486 (commit)
      from  06b33e787f779251ab35840c21d3c0f5a7650f32 (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=fc9ff1b7115e5b44b34f0694e099d51b75b2aac3

commit fc9ff1b7115e5b44b34f0694e099d51b75b2aac3
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Apr 18 19:57:31 2013 +0300

    z/OS portability fix in extension/configure.ac.

diff --git a/extension/ChangeLog b/extension/ChangeLog
index 8ced4cb..342a243 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,6 +1,8 @@
 2013-04-18         Arnold D. Robbins     <address@hidden>
 
        * configure.ac: Update copyright.
+       For z/OS: If uname output is OS/390, just blast the Makefile,
+       same as for MirBSD.
 
 2013-04-17         Corinna Vinschen      <address@hidden>
 
diff --git a/extension/configure b/extension/configure
index 0913337..a414c37 100755
--- a/extension/configure
+++ b/extension/configure
@@ -16529,7 +16529,7 @@ fi
  ;;
     "default-1":C)
 case `uname` in
-MirBSD | MirOS)
+MirBSD | MirOS | "OS/390")
        cat << \EOF > Makefile
 all dist check clean distclean install uninstall distcheck:
        @exit 0
diff --git a/extension/configure.ac b/extension/configure.ac
index 5cf394d..ce8ad3f 100644
--- a/extension/configure.ac
+++ b/extension/configure.ac
@@ -80,7 +80,7 @@ AC_CONFIG_HEADERS([config.h:configh.in])
 AC_CONFIG_FILES(Makefile)
 AC_OUTPUT_COMMANDS([
 case `uname` in
-MirBSD | MirOS)
+MirBSD | MirOS | "OS/390")
        cat << \EOF > Makefile
 all dist check clean distclean install uninstall distcheck:
        @exit 0

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

Summary of changes:
 NEWS                   |    3 +-
 extension/ChangeLog    |    6 ++
 extension/configure    |    2 +-
 extension/configure.ac |    4 +-
 po/it.gmo              |  Bin 77476 -> 80497 bytes
 po/it.po               |  121 +++++++++++++++++++++++-------------------------
 6 files changed, 69 insertions(+), 67 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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