(AC_SET_MAKE): Add AC_CHECKING call.

This commit is contained in:
David MacKenzie 1994-05-04 17:40:18 +00:00
parent 6b91b3387b
commit beccc23392
2 changed files with 4 additions and 2 deletions

View File

@ -105,7 +105,8 @@ rm -f conftest*
dnl
dnl Define SET_MAKE to set ${MAKE} if make doesn't.
define(AC_SET_MAKE,
[cat > conftestmake <<'EOF'
[AC_CHECKING(whether ${MAKE-make} sets \$MAKE)
cat > conftestmake <<'EOF'
all:
@echo 'ac_maketemp="${MAKE}"'
EOF

View File

@ -105,7 +105,8 @@ rm -f conftest*
dnl
dnl Define SET_MAKE to set ${MAKE} if make doesn't.
define(AC_SET_MAKE,
[cat > conftestmake <<'EOF'
[AC_CHECKING(whether ${MAKE-make} sets \$MAKE)
cat > conftestmake <<'EOF'
all:
@echo 'ac_maketemp="${MAKE}"'
EOF