diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-08-26 22:01:10 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-08-26 22:01:10 +0300 |
commit | 340b2837d42b956dbf9d34f9a66c674bb62ca377 (patch) | |
tree | 5ff147390f457eebc06628bcca06cb6d7c59d0c9 /configure.ac | |
parent | 251db3795ba7dc4054c2df486c0e0e91e0b28f58 (diff) | |
parent | 585a9456283db7169ea53a328824e55deb998d8f (diff) | |
download | egawk-340b2837d42b956dbf9d34f9a66c674bb62ca377.tar.gz egawk-340b2837d42b956dbf9d34f9a66c674bb62ca377.tar.bz2 egawk-340b2837d42b956dbf9d34f9a66c674bb62ca377.zip |
Merge branch 'gawk-5.1-stable'
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 c8abd7db..b5adf13f 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]) |