@code{make} variable @code{MAKE}. Most versions of @code{make} set
@code{MAKE} to the name of the @code{make} program plus any options it
was given. (But many do not include in it the values of any variables
-set on the command line, so those are not passed on.) Some old versions
-of @code{make} do not set this variable. The following macro allows you
-to use it even with those versions.
+set on the command line, so those are not passed on automatically.)
+Some old versions of @code{make} do not set this variable. The
+following macro allows you to use it even with those versions.
@defmac AC_PROG_MAKE_SET
@maindex PROG_MAKE_SET
@code{make} variable @code{MAKE}. Most versions of @code{make} set
@code{MAKE} to the name of the @code{make} program plus any options it
was given. (But many do not include in it the values of any variables
-set on the command line, so those are not passed on.) Some old versions
-of @code{make} do not set this variable. The following macro allows you
-to use it even with those versions.
+set on the command line, so those are not passed on automatically.)
+Some old versions of @code{make} do not set this variable. The
+following macro allows you to use it even with those versions.
@defmac AC_PROG_MAKE_SET
@maindex PROG_MAKE_SET