diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-08-15 10:42:09 -0400 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-08-15 10:42:09 -0400 |
commit | 59e758a8ee45b58c9a765a6ceed4da3775d78952 (patch) | |
tree | af5357215f5962ff6fb30ebbcb1b1c05f298c47e /configure.ac | |
parent | bcc0594e9b64c89b56e8ea6891c0a9f8b97c57d1 (diff) | |
download | egawk-59e758a8ee45b58c9a765a6ceed4da3775d78952.tar.gz egawk-59e758a8ee45b58c9a765a6ceed4da3775d78952.tar.bz2 egawk-59e758a8ee45b58c9a765a6ceed4da3775d78952.zip |
Allow setting AR and ARFLAGS on the configure command line.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 69c6524e..8fe35f89 100644 --- a/configure.ac +++ b/configure.ac @@ -110,6 +110,9 @@ AC_PROG_MAKE_SET # support/ builds libsupport.a, allow for cross version of ar AM_PROG_AR +AR_FLAGS = cru # set default +AC_SUBST(AR) + # This is mainly for my use during testing and development. # Yes, it's a bit of a hack. AC_MSG_CHECKING([for special development options]) |