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 /awklib/Makefile.in | |
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 'awklib/Makefile.in')
-rw-r--r-- | awklib/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/awklib/Makefile.in b/awklib/Makefile.in index 2c492675..2683ea1a 100644 --- a/awklib/Makefile.in +++ b/awklib/Makefile.in @@ -202,6 +202,7 @@ pkglibexecdir = $(libexecdir)/awk ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ @@ -279,6 +280,7 @@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ acl_shlibext = @acl_shlibext@ am__include = @am__include@ |