]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.in: Respect MAKE env-var. (Bug#9868, part 2)
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 25 Oct 2011 20:46:31 +0000 (13:46 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 25 Oct 2011 20:46:31 +0000 (13:46 -0700)
configure.in

index ab5f74573f0ae4a5fb025a315aa37c2bde3b8984..ee52bc9e976eaf1a6c3103a1a4b767fc352607cd 100644 (file)
@@ -3740,14 +3740,14 @@ echo
 
 if test "$HAVE_NS" = "yes"; then
    echo
-   echo "You must run \"make install\" in order to test the built application.
+   echo "You must run \"${MAKE-make} install\" in order to test the built application.
 The installed application will go to nextstep/Emacs.app and can be
 run or moved from there."
    if test "$EN_NS_SELF_CONTAINED" = "yes"; then
       echo "The application will be fully self-contained."
     else
       echo "The lisp resources for the application will be installed under ${prefix}.
-You may need to run \"make install\" with sudo.  The application will fail
+You may need to run \"${MAKE-make} install\" with sudo.  The application will fail
 to run if these resources are not installed."
    fi
    echo