aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-11-03 21:04:57 +0200
committerArnold D. Robbins <arnold@skeeve.com>2021-11-03 21:04:57 +0200
commitc67217a8258cb74e1774aed36e9a0b65fd6a34a5 (patch)
tree9d5448157f0d4bc0342adacee0d7417b4814ce97 /configure.ac
parent642c56e04516457c9a0c49934be8441394da1ce5 (diff)
parent059cbb52719f58e1ac7943169d969bb7be67fc72 (diff)
downloadegawk-c67217a8258cb74e1774aed36e9a0b65fd6a34a5.tar.gz
egawk-c67217a8258cb74e1774aed36e9a0b65fd6a34a5.tar.bz2
egawk-c67217a8258cb74e1774aed36e9a0b65fd6a34a5.zip
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 82f0d98a..31fdfff2 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.