From 6746e060432fe942f67e871d1bfb152077e73941 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 17 Jan 2022 13:14:06 -0500 Subject: newlib: avoid duplicate awk checks Since AM_INIT_AUTOMAKE calls AC_PROG_AWK, and some configure.ac scripts call it too, we end up testing for awk multiple times. If we change NEWLIB_CONFIGURE to require the macro instead, then it makes sure it's always expanded, but only once. While we're here, do the same thing with AC_PROG_INSTALL since it is also called by AM_INIT_AUTOMAKE, although it doesn't currently result in duplicate configure checks. --- newlib/libc/machine/tic80/configure | 1 - 1 file changed, 1 deletion(-) (limited to 'newlib/libc/machine/tic80') diff --git a/newlib/libc/machine/tic80/configure b/newlib/libc/machine/tic80/configure index 5468865..5d0c448 100755 --- a/newlib/libc/machine/tic80/configure +++ b/newlib/libc/machine/tic80/configure @@ -3495,7 +3495,6 @@ fi - # Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13. */ ac_given_INSTALL=$INSTALL -- cgit v1.1