aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-08-15 10:42:09 -0400
committerArnold D. Robbins <arnold@skeeve.com>2021-08-15 10:42:09 -0400
commit59e758a8ee45b58c9a765a6ceed4da3775d78952 (patch)
treeaf5357215f5962ff6fb30ebbcb1b1c05f298c47e /configure
parentbcc0594e9b64c89b56e8ea6891c0a9f8b97c57d1 (diff)
downloadegawk-59e758a8ee45b58c9a765a6ceed4da3775d78952.tar.gz
egawk-59e758a8ee45b58c9a765a6ceed4da3775d78952.tar.bz2
egawk-59e758a8ee45b58c9a765a6ceed4da3775d78952.zip
Allow setting AR and ARFLAGS on the configure command line.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index d9003da0..50a05114 100755
--- a/configure
+++ b/configure
@@ -5677,6 +5677,9 @@ unknown)
esac
+AR_FLAGS = cru # set default
+
+
# This is mainly for my use during testing and development.
# Yes, it's a bit of a hack.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for special development options" >&5