aboutsummaryrefslogtreecommitdiff
path: root/newlib/iconvdata
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-17 13:14:06 -0500
committerMike Frysinger <vapier@gentoo.org>2022-01-18 19:25:18 -0500
commit6746e060432fe942f67e871d1bfb152077e73941 (patch)
tree4f0a34739d03cf8427beb47b6ee97f7a88f23abb /newlib/iconvdata
parent3722489f1f606b7e35457dae63e5038e23f0752b (diff)
downloadnewlib-6746e060432fe942f67e871d1bfb152077e73941.zip
newlib-6746e060432fe942f67e871d1bfb152077e73941.tar.gz
newlib-6746e060432fe942f67e871d1bfb152077e73941.tar.bz2
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.
Diffstat (limited to 'newlib/iconvdata')
-rwxr-xr-xnewlib/iconvdata/configure5
1 files changed, 2 insertions, 3 deletions
diff --git a/newlib/iconvdata/configure b/newlib/iconvdata/configure
index 2a18d8f..dface8b 100755
--- a/newlib/iconvdata/configure
+++ b/newlib/iconvdata/configure
@@ -3821,7 +3821,6 @@ fi
-
# Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13. */
ac_given_INSTALL=$INSTALL
@@ -11588,7 +11587,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11591 "configure"
+#line 11590 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11694,7 +11693,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11697 "configure"
+#line 11696 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H