[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4342-g0e36f36
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4342-g0e36f36 |
Date: |
Wed, 3 Nov 2021 15:00:48 -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, gawk-5.1-stable has been updated
via 0e36f3675efeb5d1d551fe6883f297e038e12772 (commit)
from 2b1fffef190f46f6c0da770bba2745f6574bebca (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=0e36f3675efeb5d1d551fe6883f297e038e12772
commit 0e36f3675efeb5d1d551fe6883f297e038e12772
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Wed Nov 3 21:00:36 2021 +0200
Fix ARFLAGS in configure.ac.
diff --git a/ChangeLog b/ChangeLog
index 6b51464..64ffe0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-11-03 Sam James <sam@gentoo.org>
+
+ * configure.ac: Fix AR_FLAGS assignment typo.
+ * configure.ac: Rename AR_FLAGS to ARFLAGS.
+
2021-10-27 Arnold D. Robbins <arnold@skeeve.com>
* 5.1.1: Release tar ball made.
diff --git a/configure b/configure
index fcef4bd..4b1d8a8 100755
--- a/configure
+++ b/configure
@@ -7066,7 +7066,7 @@ unknown)
esac
-AR_FLAGS = cru # set default
+ARFLAGS=cru # set default
# This is mainly for my use during testing and development.
diff --git a/configure.ac b/configure.ac
index ff12dec..2cb595c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -111,7 +111,7 @@ AC_PROG_MAKE_SET
# support/ builds libsupport.a, allow for cross version of ar
AM_PROG_AR
-AR_FLAGS = cru # set default
+ARFLAGS=cru # set default
AC_SUBST(AR)
# This is mainly for my use during testing and development.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
configure | 2 +-
configure.ac | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4342-g0e36f36,
Arnold Robbins <=