(AC_PROG_MAKE_SET): Fix msg; $MAKE is not useful Make syntax.

This commit is contained in:
Roland McGrath 1994-11-07 23:17:49 +00:00
parent 7ed1ccf31f
commit 14c00b0249
2 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@ fi
dnl Define SET_MAKE to set ${MAKE} if make doesn't.
AC_DEFUN(AC_PROG_MAKE_SET,
[AC_MSG_CHECKING(whether ${MAKE-make} sets \$MAKE)
[AC_MSG_CHECKING(whether ${MAKE-make} sets \$\{MAKE\})
set dummy ${MAKE-make}; ac_make=[$]2
AC_CACHE_VAL(ac_cv_prog_make_${ac_make}_set,
[cat > conftestmake <<\EOF

View File

@ -220,7 +220,7 @@ fi
dnl Define SET_MAKE to set ${MAKE} if make doesn't.
AC_DEFUN(AC_PROG_MAKE_SET,
[AC_MSG_CHECKING(whether ${MAKE-make} sets \$MAKE)
[AC_MSG_CHECKING(whether ${MAKE-make} sets \$\{MAKE\})
set dummy ${MAKE-make}; ac_make=[$]2
AC_CACHE_VAL(ac_cv_prog_make_${ac_make}_set,
[cat > conftestmake <<\EOF