From 3907c7bf0f82878363a8cccb83f7258b744c3f27 Mon Sep 17 00:00:00 2001 From: Naohiro Tamura Date: Tue, 16 Feb 2021 12:01:00 +0000 Subject: configure: Remove obsolete AC_CHECK_TOOL_PREFIX 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.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b3f317f..1c82e3c 100644 --- a/configure.ac +++ b/configure.ac @@ -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") -- cgit v1.1