diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-06-05 13:14:54 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-06-05 13:14:54 +0300 |
commit | 47dce6a7002a8d7b818c19d574d81327b769871b (patch) | |
tree | e34a296c5711ab0629b274e114397d6f518b7969 /configure.ac | |
parent | 7c159701bd9226dc26934844e45e5635d9a06719 (diff) | |
download | egawk-47dce6a7002a8d7b818c19d574d81327b769871b.tar.gz egawk-47dce6a7002a8d7b818c19d574d81327b769871b.tar.bz2 egawk-47dce6a7002a8d7b818c19d574d81327b769871b.zip |
Allow for cross-compile version of ar.
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 31364ab8..8c256f21 100644 --- a/configure.ac +++ b/configure.ac @@ -105,6 +105,9 @@ AC_EXEEXT AC_PROG_INSTALL AC_PROG_MAKE_SET +# support/ builds libsupport.a, allow for cross version of ar +AM_PROG_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]) |