]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
configure: Remove obsolete AC_CHECK_TOOL_PREFIX
authorNaohiro Tamura <naohirot@fujitsu.com>
Tue, 16 Feb 2021 12:01:00 +0000 (12:01 +0000)
committerMike Frysinger <vapier@gentoo.org>
Sun, 21 Feb 2021 23:35:30 +0000 (18:35 -0500)
This patch removes obsolete AC_CHECK_TOOL_PREFIX.
It has been confirmed that AC_CHECK_TOOL_PREFIX is defined as NOP in
GNU 'autoconf' 2.69 [1], so we can safely remove it.
The 'configure' file has been deleted one blank line by the 'autoconf'
2.69 command .

   [1] autoconf-2.69/share/autoconf/autoconf/programs.m4
   181 # AC_CHECK_TOOL_PREFIX
   182 # --------------------
   183 AU_DEFUN([AC_CHECK_TOOL_PREFIX])

configure
configure.ac

index 1dc3af60b4146ba5f9fd251a6820e21752c65444..37cef37413e2adeba27e5fb99b59b27b7c953bf6 100755 (executable)
--- a/configure
+++ b/configure
@@ -4732,7 +4732,6 @@ fi
 fi
 
 # These programs are version sensitive.
-
 for ac_prog in gnumake gmake make
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
index b3f317f86baddee0f0e0e8234b5e1bd4dd23213f..1c82e3cd18f49ee6f19ea330f0867407e7839b62 100644 (file)
@@ -993,7 +993,6 @@ else
 fi
 
 # These programs are version sensitive.
-AC_CHECK_TOOL_PREFIX
 AC_CHECK_PROG_VER(MAKE, gnumake gmake make, --version,
   [GNU Make[^0-9]*\([0-9][0-9.]*\)],
   [[4-9].* | [1-9][0-9]*], critic_missing="$critic_missing make")