[PATCH 6/7] newlib: drop autoconf-2.13 hack

Mike Frysinger vapier@gentoo.org
Sat Feb 5 07:34:35 GMT 2022


We require autoconf-2.69 now, so we don't need this old install hack.
---
 newlib/acinclude.m4                                       | 3 ---
 newlib/configure                                          | 7 ++-----
 newlib/libc/configure                                     | 7 ++-----
 newlib/libc/sys/linux/configure                           | 7 ++-----
 newlib/libc/sys/linux/linuxthreads/configure              | 7 ++-----
 newlib/libc/sys/linux/linuxthreads/machine/configure      | 7 ++-----
 newlib/libc/sys/linux/linuxthreads/machine/i386/configure | 7 ++-----
 newlib/libc/sys/linux/machine/configure                   | 7 ++-----
 newlib/libc/sys/linux/machine/i386/configure              | 7 ++-----
 newlib/libc/sys/phoenix/configure                         | 3 ---
 newlib/libc/sys/phoenix/machine/arm/configure             | 3 ---
 newlib/libc/sys/phoenix/machine/configure                 | 3 ---
 newlib/libm/configure                                     | 7 ++-----
 13 files changed, 18 insertions(+), 57 deletions(-)

diff --git a/newlib/acinclude.m4 b/newlib/acinclude.m4
index 7795e580b715..efbd1b258e7c 100644
--- a/newlib/acinclude.m4
+++ b/newlib/acinclude.m4
@@ -133,9 +133,6 @@ dnl expanding them multiple times.
 AC_REQUIRE([AC_PROG_INSTALL])dnl
 AC_REQUIRE([AC_PROG_AWK])dnl
 
-# Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13.  */
-ac_given_INSTALL=$INSTALL
-
 AM_MAINTAINER_MODE
 
 . [$]{newlib_basedir}/configure.host
-- 
2.34.1



More information about the Newlib mailing list