From 985c8f35921b090f72d27321a197d3d72485c045 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 5 Feb 2022 02:21:25 -0500 Subject: newlib: drop autoconf-2.13 hack We require autoconf-2.69 now, so we don't need this old install hack. --- newlib/libm/configure | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'newlib/libm') diff --git a/newlib/libm/configure b/newlib/libm/configure index 3542c9f..013fdac 100755 --- a/newlib/libm/configure +++ b/newlib/libm/configure @@ -4475,9 +4475,6 @@ fi -# Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13. */ -ac_given_INSTALL=$INSTALL - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } @@ -11266,7 +11263,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11269 "configure" +#line 11266 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11372,7 +11369,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11375 "configure" +#line 11372 "configure" #include "confdefs.h" #if HAVE_DLFCN_H -- cgit v1.1