From 507ea2587e3b868468e83ff6bc8b3303c4097984 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 25 Oct 2011 13:46:31 -0700 Subject: [PATCH] * configure.in: Respect MAKE env-var. (Bug#9868, part 2) --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index ab5f74573f0..ee52bc9e976 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.11.4.GIT