Sun May 26 19:07:15 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>

* acspecific.m4 (AC_PROG_MAKE_SET): Sanitize $MAKE for use as
	identifier.
This commit is contained in:
Roland McGrath 1996-05-26 23:44:10 +00:00
parent 0a405e5396
commit cf70f93e0c
2 changed files with 2 additions and 2 deletions

View File

@ -227,7 +227,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})
set dummy ${MAKE-make}; ac_make=[$]2
set dummy ${MAKE-make}; ac_make=`echo "[$]2" | tr './\055' '___'`
AC_CACHE_VAL(ac_cv_prog_make_${ac_make}_set,
[cat > conftestmake <<\EOF
all:

View File

@ -227,7 +227,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})
set dummy ${MAKE-make}; ac_make=[$]2
set dummy ${MAKE-make}; ac_make=`echo "[$]2" | tr './\055' '___'`
AC_CACHE_VAL(ac_cv_prog_make_${ac_make}_set,
[cat > conftestmake <<\EOF
all: