diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2020-10-12 14:12:40 +0100 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2020-10-14 15:04:19 +0100 |
commit | b21158bc4e3e37d64009e7d83362cde5115d7504 (patch) | |
tree | fe668d3d9c944422210def2a6c5015595d07faa2 /winsup/cygwin/configure | |
parent | ad0f139c74a3d8e93d9b74f91d2393602328c53d (diff) | |
download | newlib-b21158bc4e3e37d64009e7d83362cde5115d7504.zip newlib-b21158bc4e3e37d64009e7d83362cde5115d7504.tar.gz newlib-b21158bc4e3e37d64009e7d83362cde5115d7504.tar.bz2 |
Cygwin: Remove AC_PROG_MAKE_SET
This is only needed if we are using an ancient make which doesn't set
${MAKE}, but we say "This makefile requires GNU make." everywhere.
It only has an effect if @SET_MAKE@ is used, which we aren't doing
consistently.
Diffstat (limited to 'winsup/cygwin/configure')
-rwxr-xr-x | winsup/cygwin/configure | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/winsup/cygwin/configure b/winsup/cygwin/configure index d89ed8a..54b7f04 100755 --- a/winsup/cygwin/configure +++ b/winsup/cygwin/configure @@ -595,7 +595,6 @@ DLL_ENTRY DLL_NAME LIBSERVER configure_args -SET_MAKE WINDRES STRIP RANLIB @@ -4392,38 +4391,6 @@ else fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 -$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } -set x ${MAKE-make} -ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` -if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat >conftest.make <<\_ACEOF -SHELL = /bin/sh -all: - @echo '@@@%%%=$(MAKE)=@@@%%%' -_ACEOF -# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. -case `${MAKE-make} -f conftest.make 2>/dev/null` in - *@@@%%%=?*=@@@%%%*) - eval ac_cv_prog_make_${ac_make}_set=yes;; - *) - eval ac_cv_prog_make_${ac_make}_set=no;; -esac -rm -f conftest.make -fi -if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - SET_MAKE= -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - SET_MAKE="MAKE=${MAKE-make}" -fi - - # Check whether --enable-debugging was given. if test "${enable_debugging+set}" = set; then : enableval=$enable_debugging; case "${enableval}" in |