[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, feature/api-mpfr, updated. gawk-4.1.0-26
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, feature/api-mpfr, updated. gawk-4.1.0-2659-g454efb8 |
Date: |
Sun, 25 Jun 2017 23:17:53 -0400 (EDT) |
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/api-mpfr has been updated
via 454efb85895d4194da67e0dcc244a54bcc9a1964 (commit)
from ec2e54b2c075f30e9499adea22681499e3f6582d (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=454efb85895d4194da67e0dcc244a54bcc9a1964
commit 454efb85895d4194da67e0dcc244a54bcc9a1964
Author: Arnold D. Robbins <address@hidden>
Date: Mon Jun 26 06:17:38 2017 +0300
Minor edit in configure.ac.
diff --git a/ChangeLog b/ChangeLog
index f11b08d..a6039f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-06-26 Arnold D. Robbins <address@hidden>
+
+ * configure.ac: Turn a tab into a space in AC_DEFINE(SUPPLY_INTDIV).
+
2017-06-22 Arnold D. Robbins <address@hidden>
Make pretty-printing include parentheses that were explicitly
diff --git a/configure.ac b/configure.ac
index 79a70e3..785f5c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,7 +71,7 @@ AC_ARG_ENABLE([builtin-intdiv0],
[AS_HELP_STRING([--enable-builtin-intdiv0],[enable built-in intdiv0
function])],
if test "$enableval" = yes
then
- AC_DEFINE(SUPPLY_INTDIV, 1, [enable built-in intdiv0
function])
+ AC_DEFINE(SUPPLY_INTDIV, 1, [enable built-in intdiv0 function])
sed '/address@hidden PATCHLEVEL/a\
@set INTDIV' < "$srcdir"/doc/gawktexi.in > foo
cp foo "$srcdir"/doc/gawktexi.in
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
configure.ac | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, feature/api-mpfr, updated. gawk-4.1.0-2659-g454efb8,
Arnold Robbins <=