aboutsummaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-06-05 13:14:54 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-06-05 13:14:54 +0300
commit47dce6a7002a8d7b818c19d574d81327b769871b (patch)
treee34a296c5711ab0629b274e114397d6f518b7969 /support
parent7c159701bd9226dc26934844e45e5635d9a06719 (diff)
downloadegawk-47dce6a7002a8d7b818c19d574d81327b769871b.tar.gz
egawk-47dce6a7002a8d7b818c19d574d81327b769871b.tar.bz2
egawk-47dce6a7002a8d7b818c19d574d81327b769871b.zip
Allow for cross-compile version of ar.
Diffstat (limited to 'support')
-rw-r--r--support/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/Makefile.in b/support/Makefile.in
index 28e2c0ca..cac49744 100644
--- a/support/Makefile.in
+++ b/support/Makefile.in
@@ -133,7 +133,6 @@ CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
LIBRARIES = $(noinst_LIBRARIES)
-AR = ar
ARFLAGS = cru
AM_V_AR = $(am__v_AR_@AM_V@)
am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
@@ -208,6 +207,7 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
@@ -285,6 +285,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@