mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
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])
This commit is contained in:
parent
8310307403
commit
3907c7bf0f
1
configure
vendored
1
configure
vendored
@ -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.
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user