Regenerate.

This commit is contained in:
Paul Eggert 2005-01-04 23:50:19 +00:00
parent ef8419581f
commit ae6b40f04e

4
configure vendored
View File

@ -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