diff options
| author | Paul Eggert | 2011-10-25 13:46:31 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-10-25 13:46:31 -0700 |
| commit | 507ea2587e3b868468e83ff6bc8b3303c4097984 (patch) | |
| tree | 88086f95da2f5eb4dfbe7590c05feaa7eb4f99ce | |
| parent | df1c5f0561cbc14b9ee85b034ba7ef67fd8edb3f (diff) | |
| download | emacs-507ea2587e3b868468e83ff6bc8b3303c4097984.tar.gz emacs-507ea2587e3b868468e83ff6bc8b3303c4097984.zip | |
* configure.in: Respect MAKE env-var. (Bug#9868, part 2)
| -rw-r--r-- | configure.in | 4 |
1 files 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 | |||
| 3740 | 3740 | ||
| 3741 | if test "$HAVE_NS" = "yes"; then | 3741 | if test "$HAVE_NS" = "yes"; then |
| 3742 | echo | 3742 | echo |
| 3743 | echo "You must run \"make install\" in order to test the built application. | 3743 | echo "You must run \"${MAKE-make} install\" in order to test the built application. |
| 3744 | The installed application will go to nextstep/Emacs.app and can be | 3744 | The installed application will go to nextstep/Emacs.app and can be |
| 3745 | run or moved from there." | 3745 | run or moved from there." |
| 3746 | if test "$EN_NS_SELF_CONTAINED" = "yes"; then | 3746 | if test "$EN_NS_SELF_CONTAINED" = "yes"; then |
| 3747 | echo "The application will be fully self-contained." | 3747 | echo "The application will be fully self-contained." |
| 3748 | else | 3748 | else |
| 3749 | echo "The lisp resources for the application will be installed under ${prefix}. | 3749 | echo "The lisp resources for the application will be installed under ${prefix}. |
| 3750 | You may need to run \"make install\" with sudo. The application will fail | 3750 | You may need to run \"${MAKE-make} install\" with sudo. The application will fail |
| 3751 | to run if these resources are not installed." | 3751 | to run if these resources are not installed." |
| 3752 | fi | 3752 | fi |
| 3753 | echo | 3753 | echo |