mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-15 02:20:10 +08:00
Regenerate.
This commit is contained in:
parent
ef8419581f
commit
ae6b40f04e
4
configure
vendored
4
configure
vendored
@ -1769,11 +1769,11 @@ else
|
||||
cat >conftest.make <<\_ACEOF
|
||||
SHELL = /bin/sh
|
||||
all:
|
||||
@echo 'ac_maketemp="$(MAKE)"'
|
||||
@echo 'ac_maketemp=X"$(MAKE)"'
|
||||
_ACEOF
|
||||
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
|
||||
eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
|
||||
if test -n "$ac_maketemp"; then
|
||||
if test "$ac_maketemp" != X ; then
|
||||
eval ac_cv_prog_make_${ac_make}_set=yes
|
||||
else
|
||||
eval ac_cv_prog_make_${ac_make}_set=no
|
||||
|
Loading…
Reference in New Issue
Block a user