aboutsummaryrefslogtreecommitdiff
path: root/libgloss/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-02-12 05:36:20 -0500
committerMike Frysinger <vapier@gentoo.org>2022-02-25 23:07:20 -0500
commit7f674bb4da562e5df74dfcd144c130397c31411a (patch)
tree330fe78ecdf25e4288076e6c07c5bf03a2d148a0 /libgloss/Makefile.in
parent8343db918f7609c49b6f5eb432a82a5a12ab1dd2 (diff)
downloadnewlib-7f674bb4da562e5df74dfcd144c130397c31411a.zip
newlib-7f674bb4da562e5df74dfcd144c130397c31411a.tar.gz
newlib-7f674bb4da562e5df74dfcd144c130397c31411a.tar.bz2
libgloss: switch to AM_PROG_AR
Now that we require Automake 1.15, we can use this macro rather than set the tool up ourselves. The current code doesn't properly search for a prefixed ar tool as-is.
Diffstat (limited to 'libgloss/Makefile.in')
-rw-r--r--libgloss/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgloss/Makefile.in b/libgloss/Makefile.in
index 2395332..b6e872b 100644
--- a/libgloss/Makefile.in
+++ b/libgloss/Makefile.in
@@ -487,6 +487,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@
am__include = @am__include@
am__leading_dot = @am__leading_dot@