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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2021-08-15 Arnold D. Robbins <arnold@skeeve.com> + + Allow setting AR and ARFLAGS on the configure command line. + Thanks to Jacob Burkholder <jake.burkholder2@gmail.com> for + the report. + + * configure.ac (AR_FLAGS): Provide default value. + (AR): Call AC_SUBST on it. + 2021-08-13 Arnold D. Robbins <arnold@skeeve.com> * builtin.c (do_sub): Rationalize handling of strongly typed |